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")