Skip to content

Commit 403a585

Browse files
comment removed
1 parent 0426a76 commit 403a585

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/torbot/modules/info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def get_robots_txt(client: httpx.Client, target: str, response: str) -> None:
114114
client.get(target + "robots.txt")
115115
print(target + "robots.txt")
116116

117-
# matches = re.findall(r"Allow: (.*)|Disallow: (.*)", response)
118117
matches = re.findall(r"Allow: (.*)|Disallow: (.*)", response.text)
119118
for match in matches:
120119
match = "".join(match)

0 commit comments

Comments
 (0)