Versin 4.0.2 CANCOM in rot

This commit is contained in:
Erik Thiele
2026-05-05 13:09:56 +02:00
parent 61ee174cff
commit 0a39ac69de
6 changed files with 5 additions and 4 deletions

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.1"
APP_VERSION = "4.0.2"
UPLOAD_EXTENSIONS = {".jpg", ".jpeg", ".png", ".mp4"}
app = Flask(__name__)