Remove some todo's

This commit is contained in:
Matthias
2022-01-28 15:52:12 +01:00
parent 108018b30b
commit fdea4fcb1b
3 changed files with 14 additions and 16 deletions

View File

@@ -1503,8 +1503,7 @@ class Exchange:
pair, timeframe, since_ms=since_ms, candle_type=candle_type))
else:
logger.debug(
"Using cached candle (OHLCV) data for pair %s, timeframe %s, candleType %s ...",
pair, timeframe, candle_type
f"Using cached candle (OHLCV) data for {pair}, {timeframe}, {candle_type} ..."
)
cached_pairs.append((pair, timeframe, candle_type))