revert changes to history
This commit is contained in:
parent
b7afcf3416
commit
0572336ff7
@ -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 as e:
|
except BaseException:
|
||||||
logger.info('Failed to download the pair: "%s", Interval: %s\n'
|
logger.info('Failed to download the pair: "%s", Interval: %s',
|
||||||
'Error message: %s', pair, tick_interval, e)
|
pair, tick_interval)
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user