mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 12:59:36 -07:00
add alternative success output
This commit is contained in:
parent
9b143cd6f2
commit
fc219683b4
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ class autoProcessTV:
|
||||||
for line in r.iter_lines():
|
for line in r.iter_lines():
|
||||||
if line:
|
if line:
|
||||||
logger.postprocess("%s" % (line), section)
|
logger.postprocess("%s" % (line), section)
|
||||||
if section == "SickBeard" and "Processing succeeded" in line:
|
if section == "SickBeard" and ("Processing succeeded" in line or "Successfully processed" in line):
|
||||||
Success = True
|
Success = True
|
||||||
elif section == "NzbDrone" and "stateChangeTime" in line:
|
elif section == "NzbDrone" and "stateChangeTime" in line:
|
||||||
Started = True
|
Started = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue