Update code/robots.py

For consistency.
This commit is contained in:
Glyn Normington 2026-07-09 01:39:39 +01:00 • committed by GitHub
commit 0b021b9e40
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,7 +54,7 @@ def load_robots_json():
return json.loads(Path("./robots.json").read_text(encoding="utf-8"))
def get_agent_soup():
"""Retrieve current agent data from Known Agents."""
"""Retrieve current agent data from knownagents.com."""
session = requests.Session()
try:
response = session.get("https://knownagents.com/agents")