Changing gitlab url and project id
This commit is contained in:
parent
4d8c64099f
commit
cc248a5d1d
@ -17,7 +17,7 @@ def create_issue(title, description):
|
|||||||
}
|
}
|
||||||
|
|
||||||
r = requests.post(
|
r = requests.post(
|
||||||
'http://git.luker.gq/api/v4/projects/2/issues',
|
'https://git.luker.gq/api/v4/projects/1/issues',
|
||||||
data=post_args,
|
data=post_args,
|
||||||
headers=headers
|
headers=headers
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user