From 19597e4bf513124ec9ad74fb8324d8fd0f4623ac Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 23 Jul 2023 00:31:38 -0400 Subject: [PATCH] remove comments --- bots/tailbot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bots/tailbot.py b/bots/tailbot.py index 7e843b4..a1ee1c6 100644 --- a/bots/tailbot.py +++ b/bots/tailbot.py @@ -123,9 +123,9 @@ class Bot(): error('The bot is already running or nick is in use.') except (UnicodeDecodeError, UnicodeEncodeError): pass -# except Exception as ex: -# error('fatal error occured', ex) -# break + except Exception as ex: + error('fatal error occured', ex) + break finally: self.last = time.time()