Skip to content

Commit 6b372f9

Browse files
committed
Correct arg value
1 parent 20a34a0 commit 6b372f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/raise_github_issues.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def close_existing_issue(repo, title):
5252
pw=a['pass']
5353

5454
auth = Auth.Token(ghtoken)
55-
g = Github(auth=ghtoken)
55+
g = Github(auth=auth)
5656
repo = g.get_repo(ghrepo)
5757

5858
lemmy = Lemmy(f'https://{instance}', raise_exceptions=True, request_timeout=30)

0 commit comments

Comments
 (0)