fix critical bug
parent
73c3de9c99
commit
07fe4d1c6e
|
@ -201,6 +201,7 @@ class Bot(irc.bot.SingleServerIRCBot):
|
||||||
output = listen_output
|
output = listen_output
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.exception('issue with listener {}'.format(lstnr))
|
self.logger.exception('issue with listener {}'.format(lstnr))
|
||||||
|
if output:
|
||||||
self.logger.debug(f'returning output: {output.msg}')
|
self.logger.debug(f'returning output: {output.msg}')
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -73,7 +73,7 @@ class UploadCommand(Command):
|
||||||
# Where the magic happens:
|
# Where the magic happens:
|
||||||
setup(
|
setup(
|
||||||
name=NAME,
|
name=NAME,
|
||||||
version='1.6.1',
|
version='1.6.2',
|
||||||
description=DESCRIPTION,
|
description=DESCRIPTION,
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Reference in New Issue