mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
unreachable code removed
This commit is contained in:
parent
d108138999
commit
75cedfafb8
|
@ -601,7 +601,7 @@ class FreqtradeBot(object):
|
|||
|
||||
if self.check_sell(trade, sell_rate, buy, sell):
|
||||
return True
|
||||
break
|
||||
|
||||
else:
|
||||
logger.debug('checking sell')
|
||||
if self.check_sell(trade, sell_rate, buy, sell):
|
||||
|
|
Loading…
Reference in New Issue
Block a user