From d3e3036d2062600a39583a8c93f3d04a3e39735b Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Tue, 25 Nov 2025 18:49:25 +0530 Subject: [PATCH] fixes --- game_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()