mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Don't return on script error
This commit is contained in:
parent
4437a94675
commit
11d563e4cd
1 changed files with 0 additions and 1 deletions
|
@ -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()])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue