From 48e0d0ba632ffa0f5b8789376349038771fd18a2 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Fri, 18 Sep 2020 16:47:57 +1200 Subject: [PATCH] Remove extra '.' --- nzbToMedia.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nzbToMedia.py b/nzbToMedia.py index 6bc7e729..aba574aa 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -1016,8 +1016,8 @@ def main(args, section=None): logger.info('Found download info for {0}, ' 'setting variables now ...'.format (os.path.basename(dir_name))) - client_agent = text_type(core.DOWNLOAD_INFO[0].['client_agent']) else 'manual' - download_id = text_type(core.DOWNLOAD_INFO[0].['input_id']) else '' + client_agent = text_type(core.DOWNLOAD_INFO[0]['client_agent']) else 'manual' + download_id = text_type(core.DOWNLOAD_INFO[0]['input_id']) else '' else: logger.info('Unable to locate download info for {0}, ' 'continuing to try and process this release ...'.format