mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Turning on relay debuging to troubleshoot on colab
This commit is contained in:
@@ -38,7 +38,7 @@ def process_variable_changes(socketio, classname, name, value, old_value, debug_
|
||||
if threading.get_ident() in rely_clients:
|
||||
sio = rely_clients[threading.get_ident()]
|
||||
else:
|
||||
sio = socketio_client.Client()
|
||||
sio = socketio_client.Client(logger=True, engineio_logger=True)
|
||||
@sio.event
|
||||
def connect():
|
||||
pass
|
||||
|
Reference in New Issue
Block a user