mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
fix typo
This commit is contained in:
parent
fbfbe8ed73
commit
f1a43d385d
1 changed files with 2 additions and 2 deletions
|
@ -256,8 +256,8 @@ def process(section, dir_name, input_name=None, status=0, client_agent='manual',
|
|||
except Exception as e:
|
||||
logger.warning('No scan id was returned due to: {0}'.format(e), section)
|
||||
scan_id = None
|
||||
elif section == 'Watcher3' and result['status'] == 'finished'
|
||||
logger.postprocess('Watcher3 updated status to : {0}'.format(result['tasks']['update_movie_status']))
|
||||
elif section == 'Watcher3' and result['status'] == 'finished':
|
||||
logger.postprocess('Watcher3 updated status to {0}'.format(result['tasks']['update_movie_status']))
|
||||
if result['tasks']['update_movie_status'] == 'Finished':
|
||||
return ProcessResult(
|
||||
message='{0}: Successfully post-processed {1}'.format(section, input_name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue