From 7b0ecfe589a8aa0a82d645b3a15967127c1ede94 Mon Sep 17 00:00:00 2001 From: swee Date: Thu, 16 Jan 2025 20:21:53 -0800 Subject: [PATCH] Update sweebot.py --- sweebot.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sweebot.py b/sweebot.py index 739d1f2..2bf29fd 100644 --- a/sweebot.py +++ b/sweebot.py @@ -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)