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:
parent
906b6e8bd0
commit
676205bb00
3 changed files with 10 additions and 11 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue