Move return statement to correct intend
This commit is contained in:
parent
6aab3fe25a
commit
9d7ebc65e7
@ -641,7 +641,7 @@ class FreqtradeBot(object):
|
|||||||
except DependencyException:
|
except DependencyException:
|
||||||
trade.stoploss_order_id = None
|
trade.stoploss_order_id = None
|
||||||
logger.exception('Unable to place a stoploss order on exchange.')
|
logger.exception('Unable to place a stoploss order on exchange.')
|
||||||
return False
|
return False
|
||||||
|
|
||||||
def handle_stoploss_on_exchange(self, trade: Trade) -> bool:
|
def handle_stoploss_on_exchange(self, trade: Trade) -> bool:
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user