This commit is contained in:
2025-10-27 18:59:33 +03:00
parent 276ecdcb85
commit 225e158c53

View File

@@ -468,7 +468,7 @@ load_data_from_json("scores")
cached_scores = st.session_state.get("scores") or [] # важно! cached_scores = st.session_state.get("scores") or [] # важно!
load_data_from_json("api_live-status") 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") load_data_from_json("schedule")
cached_schedule = st.session_state.get("schedule") cached_schedule = st.session_state.get("schedule")