mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
Reduce level of "reuse watch result" . . .
This commit is contained in:
@@ -2288,7 +2288,7 @@ class Exchange:
|
||||
):
|
||||
# Usable result, candle contains the previous candle.
|
||||
# Also, we check if the last refresh time is no more than half the candle ago.
|
||||
logger.info(f"reuse watch result for {pair}, {timeframe}, {last_refresh_time}")
|
||||
logger.debug(f"reuse watch result for {pair}, {timeframe}, {last_refresh_time}")
|
||||
|
||||
return self._exchange_ws.get_ohlcv(pair, timeframe, candle_type, candle_date)
|
||||
logger.info(
|
||||
|
||||
Reference in New Issue
Block a user