Update freqtrade/exchange/exchange.py

Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
hroff-1902 2020-06-02 21:09:23 +03:00 committed by GitHub
parent 85fedf95e8
commit 48117666fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(