handle new env vars during build

+ misc
This commit is contained in:
mungai-njoroge
2023-11-08 00:07:55 +03:00
parent de5b2a53b1
commit 89b05ff80c
11 changed files with 63 additions and 36 deletions
+1 -1
View File
@@ -72,7 +72,6 @@ def serve_client():
@background
def bg_run_setup() -> None:
run_setup()
run_periodic_scans()
@@ -90,6 +89,7 @@ def run_swingmusic():
Keys.load()
HandleArgs()
log_startup_info()
run_setup()
bg_run_setup()
register_plugins()