Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Commit

Permalink
Update RaffleGUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shoyu3 authored May 4, 2021
1 parent 6eacd88 commit 4e66498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RaffleGUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def chkupd():
"User-Agent":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) Chrome/88.0.4324.182 Safari/537.36",
}
try:
#r=requests.get('https://api.github.com/repos/shoyu3/DynamicRaffle-Python/releases/latest',headers=header)
r=requests.get('https://api.github.com/repos/shoyu3/DynamicRaffle-Python/releases/latest',headers=header)
gitreturn=json.loads(r.text)
gitversion=gitreturn['name']
gitver=gitversion[gitversion.rfind('.'):]
Expand Down

0 comments on commit 4e66498

Please sign in to comment.