forked from LiveCarta/BookConverter
Merge branch 'develop' of https://github.com/Teqniksoft/Jenia into develop
This commit is contained in:
@@ -91,7 +91,7 @@ if __name__ == '__main__':
|
||||
try:
|
||||
channel.queue_declare(queue=conf_param['queue'], passive=True)
|
||||
except ValueError as exc:
|
||||
logger.log(logging.ERROR, 'Queue is not declared.')
|
||||
logger.log(logging.ERROR, f'Queue {conf_param["queue"]} is not declared.')
|
||||
raise exc
|
||||
|
||||
acs = Access()
|
||||
|
||||
Reference in New Issue
Block a user