fixes
This commit is contained in:
@@ -147,7 +147,7 @@ async def main():
|
|||||||
# P1: (0,2) -> X wins by top row
|
# P1: (0,2) -> X wins by top row
|
||||||
await send_move(ws1, match_id, 0, 2)
|
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 asyncio.sleep(2)
|
||||||
|
|
||||||
await ws1.close()
|
await ws1.close()
|
||||||
|
|||||||
Reference in New Issue
Block a user