mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 08:55:31 +02:00
Update updated at
field for $CHANGED_THEMES
This commit is contained in:
parent
48a00fd9eb
commit
4358e2e612
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ def update_theme_date(theme_path):
|
|||
|
||||
# Write the changes back to theme.json
|
||||
with open(theme_file, "w") as f:
|
||||
json.dump(theme_data, f, indent=2)
|
||||
json.dump(theme_data, f)
|
||||
|
||||
print(f"Updated `updatedAt` for {theme_path} to {theme_data['updatedAt']}")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue