mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
remove error message to make pytest pass
This commit is contained in:
parent
5e8a7a03c3
commit
39c28626aa
|
@ -229,7 +229,7 @@ def download_pair_history(datadir: Optional[Path],
|
|||
|
||||
misc.file_dump_json(filename, data)
|
||||
return True
|
||||
except BaseException as e:
|
||||
logger.info('Failed to download the pair: "%s", Interval: %s, Msg: %s',
|
||||
pair, tick_interval, e)
|
||||
except BaseException:
|
||||
logger.info('Failed to download the pair: "%s", Interval: %s',
|
||||
pair, tick_interval)
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue
Block a user