diff --git a/sweebot.py b/sweebot.py index f53956d..e9cab95 100644 --- a/sweebot.py +++ b/sweebot.py @@ -872,6 +872,7 @@ while True: if firstline: if i.split(" ")[0][0] == "3": redirected = True + print("redirect -> " i.split(" ")[1]) parsed = urlparse(i.split(" ")[1]) break elif i.split(" ")[0][0] != "2":