Skip to content

Commit 8e8e8f4

Browse files
author
idhin
committed
main
1 parent 546bbb3 commit 8e8e8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def reverse():
5151
"?full=1#result", headers=ua).content.decode("utf-8")
5252
pattern = r"</th>\n<td>(.*?)</td>"
5353
results = re.findall(pattern, response)
54-
print("github@tahaluindo:~$ " + site +
54+
print("rev-ip:~$ " + site +
5555
" - [ " + str(len(results)) + " ]")
5656

5757
for line in results:

0 commit comments

Comments
 (0)