From 58bff8ba53ef34afa3e2b957c25c5eea65dd2d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=AE=D1=80=D0=B8=D0=B9=20=D0=A7=D0=B5=D1=80=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D0=BA=D0=BE?= Date: Fri, 24 Oct 2025 18:54:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=84=D0=BE=D0=BB=D1=8B=20=D0=B2=20live=5Fstatus=20?= =?UTF-8?q?=D0=B8=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B8=D1=85=20=D0=B2=20visual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data.py | 2 +- visual.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = """