From cc248a5d1d30e417d61c049033da362cde061abb Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 17 Aug 2019 10:31:06 -0700 Subject: [PATCH] Changing gitlab url and project id --- app/gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gitlab.py b/app/gitlab.py index 85baea52..a755309f 100644 --- a/app/gitlab.py +++ b/app/gitlab.py @@ -17,7 +17,7 @@ def create_issue(title, description): } r = requests.post( - 'http://git.luker.gq/api/v4/projects/2/issues', + 'https://git.luker.gq/api/v4/projects/1/issues', data=post_args, headers=headers )