mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
Select test script over configured script
This commit is contained in:
parent
fd4a2bdb4d
commit
0c5fa37d8b
1 changed files with 1 additions and 1 deletions
|
@ -2307,7 +2307,7 @@ class SCRIPTS(Notifier):
|
|||
if not script_args:
|
||||
script_args = []
|
||||
|
||||
script = self.config.get('script', kwargs.get('script', ''))
|
||||
script = kwargs.get('script', self.config.get('script', ''))
|
||||
|
||||
# Don't try to run the script if the action does not have one
|
||||
if action and not script:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue