From 8ff9ef77c84378c8e7f4d2dc61b8c37cf671bce1 Mon Sep 17 00:00:00 2001 From: cannfoddr Date: Wed, 5 Dec 2012 17:38:32 +0000 Subject: [PATCH] Update autoProcessMovie.py correct mispelled mvie on line 125 to "movie" --- autoProcessMovie.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoProcessMovie.py b/autoProcessMovie.py index 0a6c6e68..48d7fba3 100644 --- a/autoProcessMovie.py +++ b/autoProcessMovie.py @@ -122,7 +122,7 @@ def process(dirName, nzbName=None, status=0): break if n == 0: - print "cound not find a mvie in the database for release", nzbName1 + print "cound not find a movie in the database for release", nzbName1 print "please manually ignore this release and refresh the wanted movie" print "exiting postprocessing script" sys.exit(1)