This commit is contained in:
2025-10-27 19:00:15 +03:00
parent 225e158c53
commit 842af85847

View File

@@ -427,7 +427,6 @@ prefix = _ipcheck()
load_data_from_json("game")
cached_game_online = st.session_state.get("game")
cached_game_online = cached_game_online["result"]
load_data_from_json("team1")
cached_team1 = st.session_state.get("team1")