We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 471df70 commit 046e153Copy full SHA for 046e153
freqtrade/exchange/exchange_ws.py
@@ -147,7 +147,7 @@ async def _continuously_async_watch_ohlcv(
147
self.klines_last_refresh[(pair, timeframe, candle_type)] = dt_ts()
148
logger.debug(
149
f"watch done {pair}, {timeframe}, data {len(data)} "
150
- f"in {dt_ts() - start:.2f}s"
+ f"in {(dt_ts() - start) / 1000:.3f}s"
151
)
152
except ccxt.ExchangeClosedByUser:
153
logger.debug("Exchange connection closed by user")
0 commit comments