diff --git a/game_flow.py b/game_flow.py index e43a678..2da9223 100644 --- a/game_flow.py +++ b/game_flow.py @@ -147,7 +147,7 @@ async def main(): # P1: (0,2) -> X wins by top row await send_move(ws1, match_id, 0, 2) - # Wait to receive final state broadcast (OpState = 2) + # Wait to receive the final state broadcast (OpState = 2) await asyncio.sleep(2) await ws1.close()