stand stable 0.1 amendment and add some info

This commit is contained in:
xxh
2026-03-21 06:46:55 -04:00
parent f99fae68f6
commit ec8b648a3b
5 changed files with 165 additions and 168 deletions

View File

@@ -21,7 +21,7 @@ class Server():
port = first_server_p + i
mport = first_monitor_p + i
server_cmd = f"{cmd} --aport {port} --mport {mport} "
server_cmd = f"{cmd} -c {port} -m {mport} "
self.rcss_processes.append(
subprocess.Popen(