edited todos

This commit is contained in:
Sam Germain
2022-02-14 09:01:08 -06:00
parent fc2d3649a1
commit 19783e0d39
4 changed files with 2 additions and 3 deletions

View File

@@ -1528,7 +1528,6 @@ class Exchange:
:return: Dict of [{(pair, timeframe): Dataframe}]
"""
logger.debug("Refreshing candle (OHLCV) data for %d pairs", len(pair_list))
# TODO: maybe depend this on candle type?
drop_incomplete = self._ohlcv_partial_candle if drop_incomplete is None else drop_incomplete
input_coroutines = []
cached_pairs = []