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(lines+"\n")
|
||||||
|
|
||||||
print(f"{TCOLOR.YELLOW}Data folder: {Paths.get_app_dir()}{TCOLOR.ENDC}")
|
print(f"{TCOLOR.YELLOW}Data folder: {Paths.get_app_dir()}{TCOLOR.ENDC}")
|
||||||
|
|
||||||
print("\n")
|
|
||||||
|
|||||||
@@ -87,8 +87,6 @@ def start_watchdog():
|
|||||||
|
|
||||||
@background
|
@background
|
||||||
def run_swingmusic():
|
def run_swingmusic():
|
||||||
Keys.load()
|
|
||||||
HandleArgs()
|
|
||||||
log_startup_info()
|
log_startup_info()
|
||||||
run_setup()
|
run_setup()
|
||||||
bg_run_setup()
|
bg_run_setup()
|
||||||
@@ -102,6 +100,8 @@ def run_swingmusic():
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Keys.load()
|
||||||
|
HandleArgs()
|
||||||
run_swingmusic()
|
run_swingmusic()
|
||||||
app.run(
|
app.run(
|
||||||
debug=False,
|
debug=False,
|
||||||
|
|||||||
Reference in New Issue
Block a user