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