Spaces:
Running
Running
Update app.py
Browse files
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[
|
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
|