diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index b5be527e..ff8c71a4 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.py @@ -1,6 +1,7 @@ #!/usr/bin/env python 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