Small analyzer fix
This commit is contained in:
parent
13827d96c9
commit
cf57af0c4b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ class MessageListener:
|
|||
self._shutdown = True
|
||||
self.disconnect_from_messaging_server()
|
||||
|
||||
def msg_received_callback(channel, method_frame, header_frame, body):
|
||||
def msg_received_callback(self, channel, method_frame, header_frame, body):
|
||||
''' A callback method that runs when a RabbitMQ message is received.
|
||||
|
||||
Here we parse the message, spin up an analyzer process, and report the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue