test20
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user