mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
fix issue with Ed Sheeran albums
This commit is contained in:
@@ -78,7 +78,7 @@ def start_watchdog():
|
||||
WatchDog().run()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
def run_swingmusic():
|
||||
HandleArgs()
|
||||
log_startup_info()
|
||||
bg_run_setup()
|
||||
@@ -88,6 +88,9 @@ if __name__ == "__main__":
|
||||
f"swingmusic - {FLASKVARS.FLASK_HOST}:{FLASKVARS.FLASK_PORT}"
|
||||
)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_swingmusic()
|
||||
app.run(
|
||||
debug=False,
|
||||
threaded=True,
|
||||
|
||||
Reference in New Issue
Block a user