From 9e5a27cc8983f418bb9b76ae47d93109dfcf62c3 Mon Sep 17 00:00:00 2001 From: Escartem Date: Fri, 10 Jan 2025 12:10:04 +0100 Subject: [PATCH] python be like --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 139a54a..5905b35 100644 --- a/app.py +++ b/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']}"