refactor(analyzer): fix linting

This commit is contained in:
jo 2022-07-25 01:35:14 +02:00 committed by Kyle Robbertze
parent 0babe0f243
commit 7bd369f20c
3 changed files with 25 additions and 34 deletions

View file

@ -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()