From 5f353aa6e950678dbe6e4a00356f79626bb0d6df Mon Sep 17 00:00:00 2001 From: swee Date: Sun, 22 Dec 2024 19:17:53 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sweebot.py b/sweebot.py index d5d9445..591c792 100644 --- a/sweebot.py +++ b/sweebot.py @@ -342,8 +342,7 @@ while True: #open("log-text-"+channel, "a").write(" ".join(command) + "\n") #open("log-name-"+channel, "a").write(nick + "\n") except: - #print(traceback.format_exc()) - pass + print(traceback.format_exc()) try: #if True: if "PRIVMSG" in text and not nick in my_self: