mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Debug
This commit is contained in:
2
utils.py
2
utils.py
@ -178,7 +178,7 @@ class Send_to_socketio(object):
|
|||||||
time.sleep(0.01)
|
time.sleep(0.01)
|
||||||
print("got bar data")
|
print("got bar data")
|
||||||
try:
|
try:
|
||||||
print(bar, end="\r")
|
print("Bar data: {}".format(bar))
|
||||||
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
|
emit('from_server', {'cmd': 'model_load_status', 'data': bar.replace(" ", " ")}, broadcast=True)
|
||||||
except:
|
except:
|
||||||
raise
|
raise
|
||||||
|
Reference in New Issue
Block a user