From 662f88c68b7a298babb04ab1bf399deb11221511 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: Wed, 29 Oct 2025 12:14:57 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BB=20indent=3D4.=20?= =?UTF-8?q?=D0=B3=D0=BE=D0=B2=D0=BE=D1=80=D1=8F=D1=82=20=D1=8D=D1=82=D0=BE?= =?UTF-8?q?=20=D0=B7=D0=B0=D0=BC=D0=B5=D0=B4=D0=BB=D1=8F=D0=B5=D1=82=20?= =?UTF-8?q?=D0=B7=D0=B0=D0=BF=D0=B8=D1=81=D1=8C=20=D0=B2=20json,=20=D0=B5?= =?UTF-8?q?=D1=81=D0=BB=D0=B8=20=D1=82=D0=B0=D0=BC=20=D0=BC=D0=BD=D0=BE?= =?UTF-8?q?=D0=B3=D0=BE=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85,=20=D0=B0?= =?UTF-8?q?=20=D1=82=D0=B0=D0=BC=20=D0=BC=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=B4?= =?UTF-8?q?=D0=B0=D0=BD=D0=BD=D1=8B=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_data_new.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_data_new.py b/get_data_new.py index 4ba567c..bc0bdfc 100644 --- a/get_data_new.py +++ b/get_data_new.py @@ -1003,7 +1003,7 @@ def Play_By_Play(data: dict) -> None: os.makedirs(directory, exist_ok=True) filepath = os.path.join(directory, "play_by_play.json") - df_goals.to_json(filepath, orient="records", force_ascii=False, indent=4) + df_goals.to_json(filepath, orient="records", force_ascii=False) logger.debug("Успешно положил данные об play-by-play в файл") except Exception as e: logger.error(f"Ошибка в Play_By_Play: {e}", exc_info=True)