From a11ceecfd3a71180f2d9e2490138574f2179f151 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 12 Jan 2025 20:38:07 -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 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":