This commit is contained in:
q
2025-11-21 22:51:27 +02:00
parent 0cfaaaf9dd
commit ca3f415189

View File

@@ -48,7 +48,7 @@ logging.basicConfig(
format="[%(asctime)s] [%(levelname)s] %(message)s",
)
__VERSION__ = "20251017.0"
__VERSION__ = "20251121.0"
app = Flask(__name__)
app.config.from_object(__name__)
app.config.from_prefixed_env()