From ff3883aa3687adc6f5238873d11ee8d323abc724 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:29:19 +0300 Subject: [PATCH] test12 --- get_data_new.py | 1 + 1 file changed, 1 insertion(+) diff --git a/get_data_new.py b/get_data_new.py index 057d4bb..d65ba46 100644 --- a/get_data_new.py +++ b/get_data_new.py @@ -1556,6 +1556,7 @@ def render_loop(stop_event: threading.Event, out_name: str = "game"): Team_Both_Stat(state) Json_Team_Generation(state, who="team1") Json_Team_Generation(state, who="team2") + atomic_write_json(state["result"]["live_status"], "live_status") atomic_write_json(state["result"], out_name) except Exception as ex: