From 88a3c6613c3f0e2c4d36f4adcb0cb517c987c11a Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 12 Jan 2025 21:00:30 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sweebot.py b/sweebot.py index 4b6615a..fec8b8b 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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())