This commit is contained in:
2025-08-02 18:39:30 +02:00
parent e4b37d9261
commit 0befe80bb4

2
app.py
View File

@@ -20,7 +20,7 @@ app.config['BABEL_TRANSLATION_DIRECTORIES'] = 'translations'
babel = Babel()
# Version der App
APP_VERSION = "1.4.7"
APP_VERSION = "1.4.8"
# HTML-Template wird jetzt aus templates/index.html geladen