This commit is contained in:
2025-08-02 08:50:26 +02:00
parent 601f993ccb
commit bdf4e134e4

2
app.py
View File

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