mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-04 21:30:24 +00:00
chore: improve edge-case bug
This commit is contained in:
@@ -413,7 +413,8 @@ class Binance(Exchange):
|
||||
else:
|
||||
end_time = res[-1][0]
|
||||
end_id = res[-1][1]
|
||||
if end_time >= until:
|
||||
|
||||
if end_time and end_time >= until:
|
||||
return pair, res
|
||||
else:
|
||||
# continue
|
||||
|
||||
Reference in New Issue
Block a user