diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index bee1daab..0f6a233d 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1786,7 +1786,7 @@ class Scripts(object): scripts = {'': ''} if scriptdir and not os.path.exists(scriptdir): - os.makedirs(scriptdir) + return scripts for root, dirs, files in os.walk(scriptdir): for f in files: