Don't multiply klines_last_refresh

with 1000 - it's already in ms
This commit is contained in:
Matthias 2024-05-01 08:34:44 +02:00
parent 627154cb66
commit 212ac2073e

View File

@ -2279,7 +2279,6 @@ class Exchange:
half_candle = int(candle_date - (candle_date - prev_candle_date) * 0.5)
last_refresh_time = int(
self._exchange_ws.klines_last_refresh.get((pair, timeframe, candle_type), 0)
* 1000
)
if (