This commit is contained in:
2025-10-27 18:44:33 +03:00
parent 02582bdab0
commit 27a7ffcaad

View File

@@ -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: