mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-06 03:05:35 +00:00
try: fix workflow build step hanging
This commit is contained in:
parent
ae70032297
commit
8b40792ba0
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user