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
735c3ec7e7
commit
9cd3f3a282
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ def process(dirName, nzbName=None, status=0):
|
||||||
|
|
||||||
else:
|
else:
|
||||||
Logger.info("The download failed. Nothing to process")
|
Logger.info("The download failed. Nothing to process")
|
||||||
return 0 # Success (as far as this script is concerned)
|
return 0 # Success (as far as this script is concerned)
|
||||||
|
|
||||||
if nzbName == "Manual Run":
|
if nzbName == "Manual Run":
|
||||||
return 0 # success
|
return 0 # success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue