From d6671b7cec66fb1b60af2fc50955c5314721fc3f Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 1 Feb 2013 18:31:44 -0800 Subject: [PATCH] autoProcessMedia --- autoProcessTV.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoProcessTV.py b/autoProcessTV.py index 047fbfcc..335bd341 100644 --- a/autoProcessTV.py +++ b/autoProcessTV.py @@ -45,11 +45,11 @@ def processEpisode(dirName, nzbName=None, failed=False): status = int(failed) config = ConfigParser.ConfigParser() - configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessTV.cfg") + configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg") print "Loading config from", configFilename if not os.path.isfile(configFilename): - print "ERROR: You need an autoProcessTV.cfg file - did you rename and edit the .sample?" + print "ERROR: You need an autoProcessMedia.cfg file - did you rename and edit the .sample?" sys.exit(-1) try: