test18
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user