mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Remove extra '.'
This commit is contained in:
parent
0048486827
commit
48e0d0ba63
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue