chore: sort output

This commit is contained in:
Cory Dransfeldt 2024-08-14 17:10:29 -07:00
parent bc66d10afd
commit 407b9e12e6
No known key found for this signature in database

View file

@ -70,4 +70,4 @@ for section in soup.find_all("div", {"class": "agent-links-section"}):
}
print(f"Total: {len(existing_content)}")
Path("./robots.json").write_text(json.dumps(existing_content, indent=4))
Path("./robots.json").write_text(json.dumps(existing_content, indent=4, sort_keys=True))