From 27a7ffcaaddf48d812ae075ba9b103118e70fa31 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: Mon, 27 Oct 2025 18:44:33 +0300 Subject: [PATCH] test17 --- 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 1ff0f2d..10f87ed 100644 --- a/get_data_new.py +++ b/get_data_new.py @@ -441,7 +441,7 @@ def Scores_Quarter(merged: dict, *, out_dir: str = "static") -> None: logger.debug("Нет данных по счёту, сохраняем пустые значения.") out_path = "scores" - atomic_write_json(out_path, score_by_quarter) + atomic_write_json(score_by_quarter, out_path) logging.info("Сохранил payload: {out_path}") except Exception as e: