cc-4105: Added more tests.
This commit is contained in:
parent
12aa76b0a8
commit
1d85c65b74
4 changed files with 47 additions and 13 deletions
|
@ -45,7 +45,7 @@ class AirtimeNotifier(Loggable):
|
|||
media-monitor via the web UI.
|
||||
"""
|
||||
message.ack()
|
||||
self.logger.info("Received md from RabbitMQ: " + body)
|
||||
self.logger.info("Received md from RabbitMQ: %s" % str(body))
|
||||
m = json.loads(message.body)
|
||||
self.handler.message(m)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue