This commit is contained in:
2025-10-27 19:11:08 +03:00
parent 91c6eeddc5
commit b11dbdeae8

View File

@@ -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