From 6eed62d99052c5e2fbf484cb75c5ea776901de1a Mon Sep 17 00:00:00 2001 From: Erik Thiele Date: Mon, 22 Jun 2026 08:42:18 +0200 Subject: [PATCH] =?UTF-8?q?Darkmode=20Problem=20gel=C3=B6st?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index ebb4eee..080be97 100755 --- a/app.py +++ b/app.py @@ -40,7 +40,7 @@ CONFIG_FILE = os.path.join(BASE_DIR, "config.json") # Persistente Konfiguration USERS_FILE = os.path.join(BASE_DIR, "users.json") # User-Datenbank HISTORY_FILE = os.path.join(BASE_DIR, "history.json") # Aktivitätsverlauf -APP_VERSION = "6.0.1" +APP_VERSION = "6.0.2" UPLOAD_EXTENSIONS = {".jpg", ".jpeg", ".png", ".mp4"} app = Flask(__name__)