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:36:40 -08:00
parent 446ead214c
commit c35756b0aa

View file

@ -872,6 +872,7 @@ while True:
if firstline:
if i.split(" ")[0][0] == "3":
redirected = True
print("redirect -> " i.split(" ")[1])
parsed = urlparse(i.split(" ")[1])
break
elif i.split(" ")[0][0] != "2":