Move return statement to correct intend

This commit is contained in:
Matthias 2019-09-01 09:21:45 +02:00
parent 6aab3fe25a
commit 9d7ebc65e7
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@ class FreqtradeBot(object):
except DependencyException:
trade.stoploss_order_id = None
logger.exception('Unable to place a stoploss order on exchange.')
return False
return False
def handle_stoploss_on_exchange(self, trade: Trade) -> bool:
"""