mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
return for success
This commit is contained in:
parent
51e945ac5e
commit
f26d9cb07e
1 changed files with 1 additions and 1 deletions
|
@ -85,4 +85,4 @@ def processEpisode(dirName, nzbName=None):
|
||||||
result = urlObj.readlines()
|
result = urlObj.readlines()
|
||||||
for line in result:
|
for line in result:
|
||||||
Logger.info("%s", line)
|
Logger.info("%s", line)
|
||||||
|
return 0 # Success
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue