From b5a7102c87cf4c5bf5b81ba22455938f07a8a0f9 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 12 Jan 2025 20:37:01 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":