Update sweebot.py
Some checks are pending
Check syntax / check (push) Waiting to run

This commit is contained in:
Nova Cat 2025-01-12 20:38:07 -08:00
parent b5a7102c87
commit a11ceecfd3

View file

@ -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":