Fixed a bunch of small little code typos

This commit is contained in:
echel0n 2014-04-07 02:14:26 -07:00
commit ce543cdcb9
7 changed files with 13 additions and 17 deletions

View file

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