Version 4.1.0

This commit is contained in:
Erik Thiele
2026-05-10 14:08:59 +02:00
parent a1b48e35d6
commit 31ea3107e6

2
app.py
View File

@@ -26,7 +26,7 @@ BASE_DIR = os.path.dirname(os.path.abspath(__file__))
MEDIA_DIR = os.path.join(BASE_DIR, "media")
CONFIG_FILE = os.path.join(BASE_DIR, "config.json")
APP_VERSION = "4.0.4"
APP_VERSION = "4.1.0"
UPLOAD_EXTENSIONS = {".jpg", ".jpeg", ".png", ".mp4"}
app = Flask(__name__)