diff --git a/visual.py b/visual.py index 14f180b..b167b32 100644 --- a/visual.py +++ b/visual.py @@ -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")