add app version output to version.txt

+ refactor main entry point
+ add debug logging in image extraction
This commit is contained in:
cwilvx
2025-06-18 14:38:43 +03:00
parent 58133de040
commit dd76b8c7f8
5 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ def create_api():
Creates the Flask instance, registers modules and registers all the API blueprints.
"""
api_info = Info(
title=f"Swing Music",
title="Swing Music",
version=f"v{AppInfo.SWINGMUSIC_APP_VERSION}",
description=open_api_description,
)