Hello, i really like the project and i use it daily for my personal stats infos,
recently i found an issue related to pyGithub latest update i guess...
WHAT
MY PROPOSAL TO FIX
In main.py around Line 481 i suggest :
auth = Auth.Token(wk_i.gh_token)
gh_connect = Github(auth=auth)
gh_repo = gh_connect.get_repo(str(wk_i.repository))
instead of
gh_connect = Github(wk_i.gh_token)
gh_repo = gh_connect.get_repo(str(wk_i.repository))
If you find this update useful, please just let me know so that i can open a PR for it 🙏🏽
Hello, i really like the project and i use it daily for my personal stats infos,
recently i found an issue related to pyGithub latest update i guess...
WHAT
MY PROPOSAL TO FIX
In main.py around Line 481 i suggest :
instead of
If you find this update useful, please just let me know so that i can open a PR for it 🙏🏽