mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove if since
This commit is contained in:
parent
e8c911e7b4
commit
0fd2aca47e
|
@ -366,7 +366,6 @@ def _download_trades_history(exchange: Exchange,
|
|||
# Reset since to the last available point
|
||||
# - 5 seconds (to ensure we're getting all trades)
|
||||
since = trades.iloc[-1]['timestamp'] - (5 * 1000)
|
||||
if since:
|
||||
logger.info(f"Using last trade date -5s - Downloading trades for {pair} "
|
||||
f"since: {format_ms_time(since)}.")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user