feat(analyzer): load callback details from config and file_id (#1993)
This commit is contained in:
parent
d93731807c
commit
067b35e9bb
9 changed files with 45 additions and 97 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.
|
||||
MessageListener(config.rabbitmq)
|
||||
MessageListener(config)
|
||||
|
||||
StatusReporter.stop_thread()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue