diff --git a/app.py b/app.py index bc8f024..9030173 100644 --- a/app.py +++ b/app.py @@ -9,6 +9,7 @@ from websockets.asyncio.server import serve from connect4 import PLAYER1, PLAYER2, Connect4 + async def handler(websocket): # Initialize a Connect Four game. game = Connect4()