Skip to content

Commit 046e153

Browse files
committed
chore: Improve exchange_ws debug logging
1 parent 471df70 commit 046e153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

freqtrade/exchange/exchange_ws.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ async def _continuously_async_watch_ohlcv(
147147
self.klines_last_refresh[(pair, timeframe, candle_type)] = dt_ts()
148148
logger.debug(
149149
f"watch done {pair}, {timeframe}, data {len(data)} "
150-
f"in {dt_ts() - start:.2f}s"
150+
f"in {(dt_ts() - start) / 1000:.3f}s"
151151
)
152152
except ccxt.ExchangeClosedByUser:
153153
logger.debug("Exchange connection closed by user")

0 commit comments

Comments
 (0)