Fix typos

This commit is contained in:
Kuy Krawczeniuk 2021-03-26 15:49:40 -07:00
parent 52124f764b
commit d58ae8a8c1

View File

@ -165,7 +165,7 @@ def _download_pair_history(datadir: Path, exchange: Exchange, pair: str, *,
since, until = timerange.startts, timerange.stopts since, until = timerange.startts, timerange.stopts
logger.info( logger.info(
f'Downloading history data for par: "{pair}", timeframe: ' f'Downloading history data for pair: "{pair}", timeframe: '
f'{timeframe} and storing in "{datadir}"' f'{timeframe} and storing in "{datadir}"'
) )
@ -234,7 +234,7 @@ def _download_pair_history(datadir: Path, exchange: Exchange, pair: str, *,
except Exception: except Exception:
logger.exception( logger.exception(
f'Failed to download history data for pari: "{pair}", ' f'Failed to download history data for pair: "{pair}", '
f'timeframe: {timeframe}.' f'timeframe: {timeframe}.'
) )
return False return False