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:37:01 -08:00
parent c35756b0aa
commit b5a7102c87

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 -> " + i.split(" ")[1])
parsed = urlparse(i.split(" ")[1])
break
elif i.split(" ")[0][0] != "2":