download with menu

This commit is contained in:
Q
2024-09-28 20:38:09 +03:00
parent 8bf9b80dff
commit 3323c4b7b8
2 changed files with 15 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ logging.basicConfig(
format=f"[%(asctime)s] [%(levelname)s] %(message)s",
)
__VERSION__ = "20240411.0"
__VERSION__ = "20240928.0"
app = Flask(__name__)
app.config.from_object(__name__)
app.config.from_prefixed_env()