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:35:44 -08:00
parent a3a0778048
commit 446ead214c

View file

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