mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Typo
This commit is contained in:
@@ -119,7 +119,7 @@ def show_spinner():
|
||||
bar = progressbar.ProgressBar(max_value=progressbar.UnknownLength, widgets=[progressbar.Timer(), ' ', progressbar.BouncingBar(left='[', right=']', marker='█')])
|
||||
i = 0
|
||||
global run_spinner
|
||||
while run_spinner=True:
|
||||
while run_spinner:
|
||||
print("Sending to client")
|
||||
if i % 2 == 0:
|
||||
socketio.emit('from_server', {'cmd': 'model_load_status', 'data': "Connecting to TPU..." }, broadcast=True, room="UI_1")
|
||||
|
Reference in New Issue
Block a user