From b11dbdeae81dcf47b699bc0ed8d6539984c2d123 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Mon, 27 Oct 2025 19:11:08 +0300 Subject: [PATCH] test23 --- get_data_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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