mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
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:
parent
eb2b530718
commit
abc90e1252
5 changed files with 36 additions and 23 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue