nice stats and stable

This commit is contained in:
Шурупов Илья Викторович 2026-01-06 02:34:04 +03:00
parent 11fb2816e3
commit 9c9ddb7a9e
4 changed files with 81 additions and 80 deletions

View file

@ -46,7 +46,7 @@ def save_data(data, name):
file_path = os.path.join(data_dir, f"{name}.json")
with open(file_path, 'w') as file:
json.dump(data, file, indent=4)
json.dump(data, file, indent=4, ensure_ascii=False)
print(f"Data saved to {file_path}.")