mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-04 23:40:25 +08:00
fix update search
This commit is contained in:
2
app.py
2
app.py
@@ -98,7 +98,7 @@ class AnimeWwise(QMainWindow):
|
||||
latestVersionReq = get("https://raw.githubusercontent.com/Escartem/AnimeWwise/master/version.json")
|
||||
|
||||
if latestVersionReq.status_code == 200:
|
||||
latestVersion = json.loads(latestMaps.text)
|
||||
latestVersion = json.loads(latestVersionReq.text)
|
||||
|
||||
if currentVersion["version"] < latestVersion["version"]:
|
||||
print("Update found !")
|
||||
|
||||
Reference in New Issue
Block a user