mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Update extras_server.py
This commit is contained in:
@@ -4,6 +4,7 @@ import subprocess
|
||||
|
||||
|
||||
def runServer():
|
||||
global params
|
||||
cmd = f"python server.py {' '.join(params)}"
|
||||
print(cmd)
|
||||
extras_process = subprocess.Popen(
|
||||
|
Reference in New Issue
Block a user