delete check fix #133 and category check fix #134

This commit is contained in:
clinton-hall 2013-05-25 21:05:38 +09:30
commit 96c4a9fa40
2 changed files with 4 additions and 1 deletions

View file

@ -412,6 +412,9 @@ elif inputCategory == mlCategory:
elif inputCategory == gzCategory:
Logger.info("MAIN: Calling Gamez to post-process: %s", inputName)
result = autoProcessGames.process(nzbDir, inputName, status)
else:
Logger.warning("MAIN: The download category %s does not match any category defines in autoProcessMedia.cfg. Exiting.", inputCategory)
sys.exit(POSTPROCESS_ERROR)
if result == 0:
Logger.info("MAIN: The autoProcess* script completed successfully.")