mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Disabling debug for socketio client
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:
|
if threading.get_ident() in rely_clients:
|
||||||
sio = rely_clients[threading.get_ident()]
|
sio = rely_clients[threading.get_ident()]
|
||||||
else:
|
else:
|
||||||
sio = socketio_client.Client(logger=True, engineio_logger=True)
|
sio = socketio_client.Client()
|
||||||
@sio.event
|
@sio.event
|
||||||
def connect():
|
def connect():
|
||||||
pass
|
pass
|
||||||
|
@@ -2110,7 +2110,6 @@ $(document).ready(function(){
|
|||||||
} else {
|
} else {
|
||||||
story_unpin();
|
story_unpin();
|
||||||
}
|
}
|
||||||
console.log("cookie: "+getCookie("preserve_game_space"));
|
preserve_game_space(!(getCookie("preserve_game_space") == "false"));
|
||||||
preserve_game_space((getCookie("preserve_game_space") == "true"));
|
options_on_right(!(getCookie("options_on_right") == "false"));
|
||||||
options_on_right((getCookie("options_on_right") == "true"));
|
|
||||||
});
|
});
|
Reference in New Issue
Block a user