mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
parent
a359691515
commit
ff5ed47edb
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}, '
|
logger.info('Found download info for {0}, '
|
||||||
'setting variables now ...'.format
|
'setting variables now ...'.format
|
||||||
(os.path.basename(dir_name)))
|
(os.path.basename(dir_name)))
|
||||||
client_agent = text_type(core.DOWNLOAD_INFO[0].get('client_agent', 'manual'))
|
client_agent = text_type(core.DOWNLOAD_INFO[0].['client_agent']) else 'manual'
|
||||||
download_id = text_type(core.DOWNLOAD_INFO[0].get('input_id', ''))
|
download_id = text_type(core.DOWNLOAD_INFO[0].['input_id']) else ''
|
||||||
else:
|
else:
|
||||||
logger.info('Unable to locate download info for {0}, '
|
logger.info('Unable to locate download info for {0}, '
|
||||||
'continuing to try and process this release ...'.format
|
'continuing to try and process this release ...'.format
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue