archive- Random tools & helpful resources for IRC |
git clone git://git.acid.vegas/archive.git |
Log | Files | Refs | Archive |
commit 19597e4bf513124ec9ad74fb8324d8fd0f4623ac
parent 950b75d56ce1c2932aa762a6fbbc5c8d381beb60 Author: acidvegas <acid.vegas@acid.vegas> Date: Sun, 23 Jul 2023 00:31:38 -0400 remove comments Diffstat:
|
1 file changed, 3 insertions(+), 3 deletions(-) |
diff --git 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() |