From 225e158c5349116d30d0051954f5928a5e48ad32 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:59:33 +0300 Subject: [PATCH] test20 --- visual.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual.py b/visual.py index 0f8892a..14f180b 100644 --- a/visual.py +++ b/visual.py @@ -468,7 +468,7 @@ load_data_from_json("scores") cached_scores = st.session_state.get("scores") or [] # важно! load_data_from_json("api_live-status") -cached_live_status = st.session_state.get("live_status") +cached_live_status = st.session_state.get("api_live-status") load_data_from_json("schedule") cached_schedule = st.session_state.get("schedule")