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

This commit is contained in:
Nova Cat 2025-01-12 21:00:30 -08:00
parent e26038e968
commit 88a3c6613c

View file

@ -896,6 +896,8 @@ while True:
multiline("(" + nick + ") [No title found]", channel)
if not redirected:
break
else:
break
except Exception as ex:
exc = str(ex)
print(traceback.format_exc())