cc-2419: media monitor import on startup
-fixed syntax errors, added more logging.
This commit is contained in:
parent
ddb5e8e383
commit
c67e711a05
4 changed files with 6 additions and 5 deletions
|
@ -113,6 +113,7 @@ class AirtimeMetadata:
|
|||
|
||||
except Exception, e:
|
||||
self.logger.error("failed getting metadata from %s", filepath)
|
||||
self.logger.error("Exception %s", e)
|
||||
return None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue