Remove useless check

This commit is contained in:
hroff-1902 2019-12-16 22:01:26 +03:00
parent 4cd45b6535
commit fa968996ed
1 changed files with 0 additions and 5 deletions

View File

@ -295,11 +295,6 @@ def _download_pair_history(datadir: Path,
:param timerange: range of time to download
:return: bool with success state
"""
if not exchange:
raise OperationalException(
"Exchange needs to be initialized when downloading pair history data"
)
try:
logger.info(
f'Download history data for pair: "{pair}", timeframe: {timeframe} '