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