mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-12 05:57:45 +00:00
chore: sort output
This commit is contained in:
parent
bc66d10afd
commit
407b9e12e6
1 changed files with 1 additions and 1 deletions
|
@ -70,4 +70,4 @@ for section in soup.find_all("div", {"class": "agent-links-section"}):
|
||||||
}
|
}
|
||||||
|
|
||||||
print(f"Total: {len(existing_content)}")
|
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))
|
Loading…
Reference in a new issue