time.sleep(.5)

This commit is contained in:
2025-10-28 15:20:02 +03:00
parent f11b315d2f
commit 1839b8aec3

View File

@@ -553,7 +553,7 @@ def poll_game_live(
if game_finished:
break
time.sleep(1)
time.sleep(.5)
if stop_event.is_set():
logger.info(