From 101d7ac0adcc45899e538de176528ef2c49175d7 Mon Sep 17 00:00:00 2001 From: guest20 Date: Wed, 17 Jun 2026 12:10:05 +0200 Subject: [PATCH] robots.py: punked by auto-) again --- code/robots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/robots.py b/code/robots.py index bee1135..f39ed08 100755 --- a/code/robots.py +++ b/code/robots.py @@ -113,7 +113,7 @@ def updated_robots_json(soup): "description", "{desc} More info can be found at https://darkvisitors.com{path}".format( desc = desc, - path= agent['href'] if agent['href'].startswith('/') else "/".join("", "agents", agent["href"] + path= agent['href'] if agent['href'].startswith('/') else "/".join("", "agents", agent["href"]) ), ), }