Update freqtrade/exchange/exchange.py
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
85fedf95e8
commit
48117666fe
@ -891,9 +891,8 @@ class Exchange:
|
||||
f"since: {since}, until: {until}, from_id: {from_id}")
|
||||
|
||||
if until is None:
|
||||
exchange_msec = ccxt.Exchange.milliseconds()
|
||||
logger.debug(f"Exchange milliseconds: {exchange_msec}")
|
||||
until = exchange_msec
|
||||
until = ccxt.Exchange.milliseconds()
|
||||
logger.debug(f"Exchange milliseconds: {until}")
|
||||
|
||||
if self._trades_pagination == 'time':
|
||||
return await self._async_get_trade_history_time(
|
||||
|
Loading…
Reference in New Issue
Block a user