mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Add {transcode_key} and {username} notification options
This commit is contained in:
parent
71d023ab77
commit
74a232630a
7 changed files with 35 additions and 5 deletions
|
@ -1884,7 +1884,7 @@ class Scripts(object):
|
|||
script_args(list): ["python2", '-p', '-zomg']
|
||||
"""
|
||||
logger.debug(u"PlexPy Notifiers :: Trying to run notify script, action: %s, arguments: %s" %
|
||||
(notify_action if notify_action else None, script_args if script_args else None))
|
||||
(notify_action or None, script_args or None))
|
||||
|
||||
if script_args is None:
|
||||
script_args = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue