nice stats and stable
This commit is contained in:
parent
11fb2816e3
commit
9c9ddb7a9e
4 changed files with 81 additions and 80 deletions
|
|
@ -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}.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue