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