added else statement to return false
This commit is contained in:
parent
6cd7644502
commit
f209ef6ad9
@ -897,6 +897,8 @@ class FreqtradeBot:
|
|||||||
'status': f"Remaining buy order for {trade.pair} cancelled due to timeout"
|
'status': f"Remaining buy order for {trade.pair} cancelled due to timeout"
|
||||||
})
|
})
|
||||||
return False
|
return False
|
||||||
|
else:
|
||||||
|
return False
|
||||||
|
|
||||||
def handle_timedout_limit_sell(self, trade: Trade, order: Dict) -> bool:
|
def handle_timedout_limit_sell(self, trade: Trade, order: Dict) -> bool:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user