This commit is contained in:
2025-11-25 18:49:25 +05:30
parent b0f127e61f
commit d3e3036d20

View File

@@ -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()