diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index 23c6dc4a..ec579678 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -23,6 +23,7 @@ import sys +sys.path.insert(0, 'autoProcess/') # add this folder to path as this allows out-of-sight files to be called. import logging import migratecfg