Skip to content

Commit

Permalink
Update process_audit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mamico authored Dec 17, 2024
1 parent e9f4f35 commit 833fba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def parse_files():
audit = json.load(open(file))
item = {
'report': {
'date': audit['fetchTime'],
'date': audit.get('fetchTime'),
'url': f"./{file.replace('.json', '.html')}"
},
'site': audit['finalUrl'],
Expand Down

0 comments on commit 833fba6

Please sign in to comment.