We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a34a0 commit 6b372f9Copy full SHA for 6b372f9
scripts/raise_github_issues.py
@@ -52,7 +52,7 @@ def close_existing_issue(repo, title):
52
pw=a['pass']
53
54
auth = Auth.Token(ghtoken)
55
-g = Github(auth=ghtoken)
+g = Github(auth=auth)
56
repo = g.get_repo(ghrepo)
57
58
lemmy = Lemmy(f'https://{instance}', raise_exceptions=True, request_timeout=30)
0 commit comments