mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Helper function for splitting script args
This commit is contained in:
parent
f0e2355231
commit
ae2584b6f6
3 changed files with 13 additions and 10 deletions
|
@ -3078,7 +3078,7 @@ class SCRIPTS(Notifier):
|
|||
logger.error(u"Tautulli Notifiers :: No script folder specified.")
|
||||
return
|
||||
|
||||
script_args = kwargs.get('script_args', [])
|
||||
script_args = helpers.split_args(kwargs.get('script_args', subject))
|
||||
|
||||
logger.debug(u"Tautulli Notifiers :: Trying to run notify script, action: %s, arguments: %s"
|
||||
% (action, script_args))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue