flake8
This commit is contained in:
parent
1f1770ad5a
commit
b63535083e
@ -374,7 +374,7 @@ class Exchange(object):
|
||||
|
||||
try:
|
||||
return self._api.create_order(pair, 'stop_loss', 'sell',
|
||||
amount, rate, {'stopPrice': stop_price})
|
||||
amount, rate, {'stopPrice': stop_price})
|
||||
|
||||
except ccxt.InsufficientFunds as e:
|
||||
raise DependencyException(
|
||||
|
Loading…
Reference in New Issue
Block a user