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