pong: online: semi: fix lag

This commit is contained in:
starnakin 2024-05-14 14:21:30 +02:00
parent 6b85256ca6
commit bae91624f5

View File

@ -303,7 +303,7 @@ async def async_routine(game: PongGame):
ball_routine.cancel()
return
await asyncio.sleep(0.05)
await asyncio.sleep(1)
def routine(game: PongGame):