Fix async picker race

This commit is contained in:
“Naeel”
2026-09-05 12:31:17 +03:00
parent eda5263d8b
commit 1e305485be
4 changed files with 75 additions and 44 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ with (ROOT / "config.json").open(encoding="utf-8") as config_file:
CONFIG = json.load(config_file)
VERSION = "0.1.8"
VERSION = "0.1.9"
app = Flask(__name__, template_folder="templates", static_folder="static")