diff --git a/get_data.py b/get_data.py index 47e1ae1..1443125 100644 --- a/get_data.py +++ b/get_data.py @@ -1491,7 +1491,7 @@ def status_online_func(merged: dict, *, out_dir: str = "static") -> None: if "live_status" in merged["result"]: status_data = merged["result"]["live_status"] - atomic_write_json(out_path, status_data) + atomic_write_json(out_path, [status_data]) else: logger.warning("Матч не ОНЛАЙН!!!!") atomic_write_json( diff --git a/visual.py b/visual.py index e913f93..9058a0b 100644 --- a/visual.py +++ b/visual.py @@ -19,7 +19,7 @@ st.set_page_config( page_icon="🏀", layout="wide", initial_sidebar_state="expanded", - menu_items={"About": "версия 2.0 от 08.10.2025"}, + menu_items={"About": "версия 3.2 от 23.10.2025"}, ) REMOVE_PADDING_FROM_SIDES = """