diff --git a/get_data_new.py b/get_data_new.py index add7123..0b1eb29 100644 --- a/get_data_new.py +++ b/get_data_new.py @@ -343,7 +343,7 @@ def is_game_live(game_obj: dict) -> bool: # - "resultconfirmed" -> матч кончился # - "scheduled" / "notstarted" -> ещё не начался # всё остальное считаем лайвом - if status in ("resultconfirmed", "finished", "final"): + if status in ("resultconfirmed", "finished", "result"): return False if status in ("scheduled", "notstarted", "draft"): return False