Fix invalid string formatting

This commit is contained in:
Labrys of Knossos 2022-12-14 03:17:19 -05:00
commit 43c4138361

View file

@ -389,7 +389,7 @@ def process(
scan_id = None
elif section == 'Watcher3' and result['status'] == 'finished':
update_movie_status = result['tasks']['update_movie_status']
logger.postprocess('Watcher3 updated status to {}'.format())
logger.postprocess(f'Watcher3 updated status to {section}')
if update_movie_status == 'Finished':
return ProcessResult(
message=f'{section}: Successfully post-processed {input_name}',