add VolumePrecisionPairList

This commit is contained in:
iuvbio
2019-02-16 22:56:04 +01:00
parent e0c420b93f
commit b7afcf3416
4 changed files with 91 additions and 5 deletions

View File

@@ -229,7 +229,7 @@ def download_pair_history(datadir: Optional[Path],
misc.file_dump_json(filename, data)
return True
except BaseException:
logger.info('Failed to download the pair: "%s", Interval: %s',
pair, tick_interval)
except BaseException as e:
logger.info('Failed to download the pair: "%s", Interval: %s\n'
'Error message: %s', pair, tick_interval, e)
return False