CC-3750Media Library->Edit Metadata: media-monitor throw exception when trying to edit metadata with non-ascii characters

-Improved save metadata function
This commit is contained in:
Martin Konecny 2012-05-04 15:49:33 -04:00
parent 906b6e8bd0
commit 676205bb00
3 changed files with 10 additions and 11 deletions

View file

@ -62,7 +62,7 @@ class AirtimeNotifier(Notifier):
message.ack()
self.logger.info("Received md from RabbitMQ: " + body)
m = json.loads(message.body)
m = json.loads(message.body)
if m['event_type'] == "md_update":
self.logger.info("AIRTIME NOTIFIER md update event")