Skip to content

Commit

Permalink
fix check_update failed when API rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
houfukude authored May 23, 2020
1 parent 4089c0f commit d9c00d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AV_Data_Capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def check_update(local_version):
try:
remote = float(data["tag_name"])
local = float(local_version)
except ValueError:
except:
print("[-] Check update failed! Skipped.")
return

Expand Down

0 comments on commit d9c00d3

Please sign in to comment.