This commit is contained in:
2025-10-27 18:52:32 +03:00
parent 27a7ffcaad
commit adc067293f

View File

@@ -506,7 +506,7 @@ def poll_game_live(
or data.get("gameStatus")
or ""
).lower()
if st in ("resultconfirmed", "finished", "final"):
if st in ("resultconfirmed", "finished", "result"):
logger.info(
f"Game {game_id} finished by live-status -> stop loop"
)