match status for success and failed download. fixes #360

This commit is contained in:
clinton-hall 2014-05-02 09:13:29 +09:30
commit 39bf06f358

View file

@ -151,7 +151,7 @@ class autoProcessTV:
for line in r.iter_lines():
if line:
logger.postprocess("%s" % (line), section)
if section == "SickBeard" and "Processing succeeded for" in line:
if section == "SickBeard" and "Processing succeeded" in line:
Success = True
elif section == "NzbDrone" and "stateChangeTime" in line:
Success = True