fix critical bug
Cette révision appartient à :
Parent
73c3de9c99
révision
07fe4d1c6e
@ -201,7 +201,8 @@ class Bot(irc.bot.SingleServerIRCBot):
|
||||
output = listen_output
|
||||
except Exception as e:
|
||||
self.logger.exception('issue with listener {}'.format(lstnr))
|
||||
self.logger.debug(f'returning output: {output.msg}')
|
||||
if output:
|
||||
self.logger.debug(f'returning output: {output.msg}')
|
||||
return output
|
||||
|
||||
def process_event(self, c, e):
|
||||
|
2
setup.py
2
setup.py
@ -73,7 +73,7 @@ class UploadCommand(Command):
|
||||
# Where the magic happens:
|
||||
setup(
|
||||
name=NAME,
|
||||
version='1.6.1',
|
||||
version='1.6.2',
|
||||
description=DESCRIPTION,
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
Chargement…
x
Référencer dans un nouveau ticket
Bloquer un utilisateur