From 735c3ec7e78d0ddde41f3e12544bc4bcff47592c Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Mon, 11 Mar 2013 22:31:16 -0700 Subject: [PATCH] fix --- autoProcessGames.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/autoProcessGames.py b/autoProcessGames.py index a5fa6d89..836b02fe 100644 --- a/autoProcessGames.py +++ b/autoProcessGames.py @@ -88,10 +88,7 @@ def process(dirName, nzbName=None, status=0): Logger.info("Gamez returned %s", result) if result['success']: Logger.info("Status for %s has been set to %s in Gamez", gamezID, downloadStatus) + return 0 # Success else: Logger.error("Status for %s has NOT been updated in Gamez", gamezID) return 1 # failure - - else: - Logger.info("The download failed. Nothing to process") - return 0 # Success (as far as this script is concerned)