Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -665,7 +665,7 @@ async def start(websocket,events):
|
|
665 |
event = {
|
666 |
"type": "init",
|
667 |
"join": join_key,
|
668 |
-
|
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 |
|