Fix Tests

This commit is contained in:
Matthias
2021-11-23 17:43:37 +01:00
parent 920151934a
commit db16098981
3 changed files with 5 additions and 5 deletions

View File

@@ -1419,7 +1419,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 ...",
"Using cached candle (OHLCV) data for pair %s, timeframe %s, candleType %s ...",
pair, timeframe, candle_type
)
cached_pairs.append((pair, timeframe, candle_type))