Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Ffyud committed Jan 19, 2025
1 parent e7490a8 commit a90b2f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,797 deletions.
2 changes: 1 addition & 1 deletion sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# print(json.dumps(json_data, indent=4, ensure_ascii=False))

# Save to a JSON file
with open('sheet_data.json', 'w') as json_file:
with open('sheet_data_2025.json', 'w') as json_file:
json.dump(json_data, json_file, indent=4)
File renamed without changes.
Loading

0 comments on commit a90b2f9

Please sign in to comment.