From 91eff68249796c1e64b7a3f457faded2b5b46029 Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 12 Jan 2025 20:20:07 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sweebot.py b/sweebot.py index 2265af4..a951a99 100644 --- a/sweebot.py +++ b/sweebot.py @@ -880,6 +880,9 @@ while True: break if not title: multiline("(" + nick + ") [No title found]", channel) + except Exception as ex: + exc = str(ex) + multiline("(" + nick + f") [Request error: {exc}]", channel) elif "JOIN" in text and "#nixsanctuary" in text: nick = text.split(":")[1].split("!")[0] if not "Meow" in nick: