From f11e9d35fb69e809a07b8508a1267582bc033d17 Mon Sep 17 00:00:00 2001 From: Yusarina Date: Wed, 19 Nov 2025 06:38:44 +0000 Subject: [PATCH] Fixed Updater --- core/updater.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/updater.py b/core/updater.py index caf2c43..b877c73 100644 --- a/core/updater.py +++ b/core/updater.py @@ -20,7 +20,7 @@ GITHUB_REPO = "teamneoneko/Avatar-Toolkit" # Define which version series this installation can update to # For example: ["0.1"] means only look for 0.1.x updates # ["0.2", "0.3"] would look for both 0.2.x and 0.3.x -ALLOWED_ = ["0.5"] +ALLOWED_VERSION_SERIES = ["0.5"] is_checking_for_update: bool = False update_needed: bool = False