Update extras_server.py

This commit is contained in:
Cohee
2023-04-07 14:58:04 +03:00
committed by GitHub
parent b3923821c7
commit 79defc8775

View File

@@ -4,6 +4,7 @@ import subprocess
def runServer():
global params
cmd = f"python server.py {' '.join(params)}"
print(cmd)
extras_process = subprocess.Popen(