diff --git a/get_data_new.py b/get_data_new.py index 10f87ed..add7123 100644 --- a/get_data_new.py +++ b/get_data_new.py @@ -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" )