diff --git a/bots/tailbot.py b/bots/tailbot.py index a1ee1c6..14a1f05 100644 --- a/bots/tailbot.py +++ b/bots/tailbot.py @@ -66,15 +66,15 @@ class Bot(): while True: async with aiofiles.open(FIFO_PATH) as fifo: while True: - try: +# try: await self.sendmsg(connection.channel, FIFO_PATH.read_text()) - except Exception as ex: - try: - await self.irc_error(connection.channel, 'Error occured in the loop_tail function!', ex) - break - except: - error('Fatal error occured in the loop_tail functions!', ex) - break +# except Exception as ex: +# try: +# await self.irc_error(connection.channel, 'Error occured in the loop_tail function!', ex) +# break +# except: +# error('Fatal error occured in the loop_tail functions!', ex) +# break async def connect(self): while True: @@ -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()