Styling tweaks.

Don't log error everytime OSX Notify agent cannot be found.
Add check in PlexWatch importer to skip over rows with bad xml.
Move some logging out of places where they would never be executed.
This commit is contained in:
Tim 2015-07-27 20:42:40 +02:00
parent eb2b530718
commit abc90e1252
5 changed files with 36 additions and 23 deletions

View file

@ -982,7 +982,8 @@ class OSX_NOTIFY(object):
self.objc = __import__("objc")
self.AppKit = __import__("AppKit")
except:
logger.error(u"PlexPy Notifier :: Cannot load OSX Notifications agent.")
#logger.error(u"PlexPy Notifier :: Cannot load OSX Notifications agent.")
pass
def validate(self):
try: