Ramesh-vani commited on
Commit
3cbc949
·
verified ·
1 Parent(s): 1af0587

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -385,7 +385,7 @@ async def join(websocket, key):
385
  """
386
  # Find the Connect Four game.
387
  try:
388
- game, connected = JOIN[join_key]
389
  except KeyError:
390
  await error(websocket, "collabration not found.")
391
  return
 
385
  """
386
  # Find the Connect Four game.
387
  try:
388
+ game, connected = JOIN[key]
389
  except KeyError:
390
  await error(websocket, "collabration not found.")
391
  return