mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
fix
This commit is contained in:
parent
9e3a05c229
commit
735c3ec7e7
1 changed files with 1 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue