mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 06:13:19 -07:00
Fix format of default
This commit is contained in:
parent
ee8f1ad15b
commit
97397379ce
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]['client_agent']) else 'manual'
|
client_agent = text_type(core.DOWNLOAD_INFO[0]['client_agent']) or 'manual'
|
||||||
download_id = text_type(core.DOWNLOAD_INFO[0]['input_id']) else ''
|
download_id = text_type(core.DOWNLOAD_INFO[0]['input_id']) or ''
|
||||||
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