Update autoProcessMovie.py

correct mispelled mvie on line 125 to "movie"
This commit is contained in:
cannfoddr 2012-12-05 17:38:32 +00:00
commit 8ff9ef77c8

View file

@ -122,7 +122,7 @@ def process(dirName, nzbName=None, status=0):
break break
if n == 0: 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 "please manually ignore this release and refresh the wanted movie"
print "exiting postprocessing script" print "exiting postprocessing script"
sys.exit(1) sys.exit(1)