test23
This commit is contained in:
@@ -343,7 +343,7 @@ def is_game_live(game_obj: dict) -> bool:
|
|||||||
# - "resultconfirmed" -> матч кончился
|
# - "resultconfirmed" -> матч кончился
|
||||||
# - "scheduled" / "notstarted" -> ещё не начался
|
# - "scheduled" / "notstarted" -> ещё не начался
|
||||||
# всё остальное считаем лайвом
|
# всё остальное считаем лайвом
|
||||||
if status in ("resultconfirmed", "finished", "final"):
|
if status in ("resultconfirmed", "finished", "result"):
|
||||||
return False
|
return False
|
||||||
if status in ("scheduled", "notstarted", "draft"):
|
if status in ("scheduled", "notstarted", "draft"):
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user