Update config.py

This commit is contained in:
edfig 2025-10-31 02:14:32 +01:00
parent 763277ca8a
commit 2ae44f64b5

View file

@ -2,7 +2,7 @@ import os
class Config: class Config:
# App version # App version
VERSION = '1.2.0' VERSION = '1.2.1'
SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key' SECRET_KEY = os.environ.get('SECRET_KEY') or 'dev-secret-key'