mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add app version output to version.txt
+ refactor main entry point + add debug logging in image extraction
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user