refactor(analyzer): fix linting
This commit is contained in:
parent
0babe0f243
commit
7bd369f20c
3 changed files with 25 additions and 34 deletions
|
@ -41,6 +41,6 @@ def cli(
|
|||
|
||||
# Start listening for RabbitMQ messages telling us about newly
|
||||
# uploaded files. This blocks until we receive a shutdown signal.
|
||||
_msg_listener = MessageListener(config.rabbitmq)
|
||||
MessageListener(config.rabbitmq)
|
||||
|
||||
StatusReporter.stop_thread()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue