From 292cc52598a1924faee29be140934ff71f3a557e Mon Sep 17 00:00:00 2001 From: clinton-hall Date: Fri, 1 Feb 2013 18:19:57 -0800 Subject: [PATCH] autoProcessMedia --- TorrentToMedia.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index 4af75a7f..fc61638b 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -52,12 +52,12 @@ status = 0 packed = 0 config = ConfigParser.ConfigParser() -configFilename = os.path.join(os.path.dirname(sys.argv[0]), "TorrentToMedia.cfg") +configFilename = os.path.join(os.path.dirname(sys.argv[0]), "autoProcessMedia.cfg") print "INFO: Loading config from", configFilename if not os.path.isfile(configFilename): - print "ERROR: You need a TorrentToMedia.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) config.read(configFilename)