try: fix workflow build step hanging

This commit is contained in:
mungai-njoroge 2023-11-26 20:21:52 +03:00
parent ae70032297
commit 8b40792ba0
2 changed files with 2 additions and 4 deletions

View File

@ -27,5 +27,3 @@ def log_startup_info():
print(lines+"\n")
print(f"{TCOLOR.YELLOW}Data folder: {Paths.get_app_dir()}{TCOLOR.ENDC}")
print("\n")

View File

@ -87,8 +87,6 @@ def start_watchdog():
@background
def run_swingmusic():
Keys.load()
HandleArgs()
log_startup_info()
run_setup()
bg_run_setup()
@ -102,6 +100,8 @@ def run_swingmusic():
if __name__ == "__main__":
Keys.load()
HandleArgs()
run_swingmusic()
app.run(
debug=False,