From adc067293fb179f976646dc5ca133e6b35aa7dd8 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 18:52:32 +0300 Subject: [PATCH] test18 --- 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 10f87ed..add7123 100644 --- a/get_data_new.py +++ b/get_data_new.py @@ -506,7 +506,7 @@ def poll_game_live( or data.get("gameStatus") or "" ).lower() - if st in ("resultconfirmed", "finished", "final"): + if st in ("resultconfirmed", "finished", "result"): logger.info( f"Game {game_id} finished by live-status -> stop loop" )