mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2026-09-18 22:14:06 +02:00
robots.py: punked by auto-) again
This commit is contained in:
parent
f2147fd81c
commit
101d7ac0ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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"])
|
||||
),
|
||||
),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue