robots.py: punked by auto-) again

This commit is contained in:
guest20 2026-06-17 12:10:05 +02:00 committed by GitHub
commit 101d7ac0ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"])
),
),
}