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

This commit is contained in:
Nova Cat 2025-01-16 20:21:53 -08:00
parent 657368fd77
commit 7b0ecfe589

View file

@ -895,10 +895,7 @@ while True:
multiline("(" + nick + f") " + i[2:], channel)
break
else:
print(i)
except:
print(i)
print(traceback.format_exc())
pass
if not title and not redirected:
multiline("(" + nick + ") [No title found]", channel)