output error message
This commit is contained in:
parent
ef5a0b9afc
commit
3953092edd
@ -229,7 +229,7 @@ def download_pair_history(datadir: Optional[Path],
|
|||||||
|
|
||||||
misc.file_dump_json(filename, data)
|
misc.file_dump_json(filename, data)
|
||||||
return True
|
return True
|
||||||
except BaseException:
|
except BaseException as e:
|
||||||
logger.info('Failed to download the pair: "%s", Interval: %s',
|
logger.info('Failed to download the pair: "%s", Interval: %s, Msg: %s',
|
||||||
pair, tick_interval)
|
pair, tick_interval, e)
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user