mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Run python scripts with the same sys.executable as Tautulli
This commit is contained in:
parent
cc4ec53dac
commit
a116c26c25
1 changed files with 1 additions and 1 deletions
|
@ -2969,7 +2969,7 @@ class SCRIPTS(Notifier):
|
|||
'.php': 'php',
|
||||
'.pl': 'perl',
|
||||
'.ps1': 'powershell -executionPolicy bypass -file',
|
||||
'.py': 'python',
|
||||
'.py': 'python' if plexpy.FROZEN else sys.executable,
|
||||
'.pyw': 'pythonw',
|
||||
'.rb': 'ruby',
|
||||
'.sh': ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue