Skip to content

Commit

Permalink
Merge pull request #883 from Webperf-se/cockroacher-patch-1
Browse files Browse the repository at this point in the history
Removed updated property in mdn-rules.json
  • Loading branch information
cockroacher authored Jan 21, 2025
2 parents 751e009 + fc3c88d commit db8cb0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpers/mdn_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def save_mdn_rules(rules):
file_path = os.path.join(base_directory, 'defaults', 'mdn-rules.json')

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

with open(file_path, 'w', encoding='utf-8') as outfile:
json.dump(rules, outfile, indent=4)
Expand Down

0 comments on commit db8cb0a

Please sign in to comment.