Ramesh-vani commited on
Commit
9f13dba
·
verified ·
1 Parent(s): 7272448

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -204,7 +204,7 @@ async def handler(websocket):
204
  await watch(websocket, event["watch"])
205
  else:
206
  # First player starts a new game.
207
- await start(websocket, event)
208
 
209
 
210
  async def main():
 
204
  await watch(websocket, event["watch"])
205
  else:
206
  # First player starts a new game.
207
+ await start(websocket, message)
208
 
209
 
210
  async def main():