Ramesh-vani commited on
Commit
324a1a7
·
verified ·
1 Parent(s): a428b58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -665,7 +665,7 @@ async def start(websocket,events):
665
  event = {
666
  "type": "init",
667
  "join": join_key,
668
- "watch": watch_key,
669
  }
670
  await websocket.send(json.dumps(event))
671
 
 
665
  event = {
666
  "type": "init",
667
  "join": join_key,
668
+
669
  }
670
  await websocket.send(json.dumps(event))
671