Skip to content

Commit

Permalink
Removed updated property in software-full.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cockroacher authored Jan 21, 2025
1 parent 751e009 commit 16b52b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/update_software_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,6 @@ def set_softwares(filename, collection):
print('set_software_sources', file_path)

collection["loaded"] = True
collection["updated"] = '{0}'.format(datetime.now().strftime('%Y-%m-%d %H:%M:%S'))

data = json.dumps(collection, indent=4)
with open(file_path, 'w', encoding='utf-8', newline='') as file:
Expand Down

0 comments on commit 16b52b6

Please sign in to comment.