mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix stupid bug
This commit is contained in:
@@ -176,7 +176,7 @@
|
||||
"extras_process = subprocess.Popen(['python', '/TavernAI-extras/server.py', '--cpu', ShareParam], stdout=subprocess.PIPE, stderr=subprocess.PIPE, cwd='/TavernAI-extras')\n",
|
||||
"\n",
|
||||
"while True:\n",
|
||||
" line = p.stdout.readline().decode().strip()\n",
|
||||
" line = extras_process.stdout.readline().decode().strip()\n",
|
||||
" if \"Running on \" in line and Provider != \"Cloudflare\":\n",
|
||||
" print(\"TavernAI Extras URL:\")\n",
|
||||
" !lt --port 5100\n",
|
||||
|
Reference in New Issue
Block a user