Skip to content
Snippets Groups Projects
Commit cac593fe authored by xr9's avatar xr9
Browse files

remove personal access token

parent a9adb003
No related branches found
No related tags found
No related merge requests found
...@@ -149,8 +149,8 @@ def check_noti(): ...@@ -149,8 +149,8 @@ def check_noti():
time.sleep(2) time.sleep(2)
webbrowser.open_new('https://github.com/notifications') webbrowser.open_new('https://github.com/notifications')
# replace access_token for privacy
access_token = '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' access_token = 'personal access token'
g = Github(access_token) g = Github(access_token)
repos = g.get_user().get_repos() repos = g.get_user().get_repos()
list_issue = [] list_issue = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment