Ramesh-vani commited on
Commit
7aa48be
·
verified ·
1 Parent(s): e5c4067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -322,6 +322,7 @@ async def exe(websocket,connected,key):
322
  'ch': event["cursorPos-ch"],
323
  'file':event["file"],
324
  'content': event["content"],
 
325
  }
326
  websockets.broadcast(connected, json.dumps(event))
327
 
 
322
  'ch': event["cursorPos-ch"],
323
  'file':event["file"],
324
  'content': event["content"],
325
+ 'color':event["color"]
326
  }
327
  websockets.broadcast(connected, json.dumps(event))
328