Turning on relay debuging to troubleshoot on colab

This commit is contained in:
ebolam
2022-08-10 16:58:54 -04:00
parent 1f50c4bd91
commit 6e9c6e5535
3 changed files with 4 additions and 59 deletions

View File

@@ -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