diff --git a/sweebot.py b/sweebot.py index e9cab95..9ca806c 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 -> " + i.split(" ")[1]) parsed = urlparse(i.split(" ")[1]) break elif i.split(" ")[0][0] != "2":