fix critical bug
parent
73c3de9c99
commit
07fe4d1c6e
|
@ -201,6 +201,7 @@ class Bot(irc.bot.SingleServerIRCBot):
|
|||
output = listen_output
|
||||
except Exception as e:
|
||||
self.logger.exception('issue with listener {}'.format(lstnr))
|
||||
if output:
|
||||
self.logger.debug(f'returning output: {output.msg}')
|
||||
return output
|
||||
|
||||
|
|
Loading…
Reference in New Issue