mirror of
https://github.com/Escartem/AnimeWwise.git
synced 2026-06-06 00:10:24 +08:00
python be like
This commit is contained in:
2
app.py
2
app.py
@@ -102,7 +102,7 @@ class UpdaterWorker(QObject):
|
||||
latest = latestMaps["maps"][i]
|
||||
|
||||
if ver(current["version"]) < ver(latest["version"]):
|
||||
self.progress.emit([5 + game_size * i, f"Updating {latest["game"]} to {latest["version"]}"])
|
||||
self.progress.emit([5 + game_size * i, f'Updating {latest["game"]} to {latest["version"]}'])
|
||||
|
||||
name = f"maps/{latest['name']}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user