diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 952c7e7e..d08673a7 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -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': ''