diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index cfb32676..a6e6e9e9 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -3032,7 +3032,6 @@ class SCRIPTS(Notifier): if error: err = '\n '.join([l for l in error.splitlines()]) logger.error("Tautulli Notifiers :: Script error: \n %s" % err) - return False if output: out = '\n '.join([l for l in output.splitlines()])