Skip to content

Commit

Permalink
[FIX] Updater version checking
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Oct 21, 2020
1 parent 45b3d8b commit 4d9d200
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gls_winexp_check/gls_winexp_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ def get_latest_update(self) -> dict:
def check_github_api_rate_limit(self) -> bool:
url = "https://api.github.com/rate_limit"
headers = {
"Authorization": "token 25825f855c5da733a9f45f6e6bd21c62af22c0be",
"Accept": "application/vnd.github.v3+json"
}
try:
Expand Down

0 comments on commit 4d9d200

Please sign in to comment.