From 0b021b9e404434ef61bdf1be8584ea50acefea0f Mon Sep 17 00:00:00 2001 From: Glyn Normington Date: Thu, 9 Jul 2026 01:39:39 +0100 Subject: [PATCH] Update code/robots.py For consistency. --- code/robots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/robots.py b/code/robots.py index e6c7592..a19c43b 100755 --- a/code/robots.py +++ b/code/robots.py @@ -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")