More bug fixes

This commit is contained in:
echel0n 2014-04-07 02:04:34 -07:00
parent 761fc7cc04
commit edbf805df6
3 changed files with 4 additions and 6 deletions

View file

@ -238,8 +238,7 @@ else:
dirNames = get_dirnames(section, category)
for dirName in dirNames:
Logger.info("MAIN: nzbTo%s running %s:%s as a manual run...", section, section, subsection)
results = autoProcessTV(dirName, inputName=os.path.basename(dirName), status=0, clientAgent="manual",
inputCategory=category)
results = autoProcessTV(dirName, inputName=os.path.basename(dirName), failed=0, clientAgent="manual", inputCategory=category)
if results != 0:
result = results
Logger.info("MAIN: A problem was reported when trying to manually run %s:%s.", section, subsection)