Verify Gitlab certs

This commit is contained in:
Andreas Zweili 2023-05-30 15:07:02 +02:00
parent 24578c65ab
commit 60b3050b0e
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class GitlabAPI:
+ "&state=opened&scope=all"
)
response = requests.get(
url, headers={"PRIVATE-TOKEN": self.token}, verify=False
url, headers={"PRIVATE-TOKEN": self.token}
)
issues = response.json()