mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 13:41:15 -07:00
Make sure all exisiting environment variables are included for scripts
This commit is contained in:
parent
522684b2ab
commit
d05e80e573
1 changed files with 1 additions and 0 deletions
|
@ -2960,6 +2960,7 @@ class SCRIPTS(Notifier):
|
|||
'TAUTULLI_URL': helpers.get_plexpy_url(hostname='localhost'),
|
||||
'TAUTULLI_APIKEY': plexpy.CONFIG.API_KEY
|
||||
}
|
||||
env.update(os.environ)
|
||||
|
||||
self.script_killed = False
|
||||
output = error = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue