We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37ca82 commit 0ff4ecaCopy full SHA for 0ff4eca
1 file changed
remi/server.py
@@ -448,7 +448,7 @@ def do_gui_update(self):
448
def websocket_handshake_done(self, ws_instance_to_update):
449
with self.update_lock:
450
msg = "0" + self.root.identifier + ',' + to_websocket(self.page.children['body'].innerHTML({}))
451
- ws_instance_to_update.send_message(msg)
+ ws_instance_to_update.send_message(msg)
452
453
def set_root_widget(self, widget):
454
self.page.children['body'].append(widget, 'root')
0 commit comments