mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
try: fix workflow build step hanging
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user