adding whitespace
This commit is contained in:
parent
baa5cc5b9e
commit
50bc20134f
@ -403,7 +403,7 @@ class Exchange(object):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
order = self._api.create_order(pair, 'stop_loss_limit', 'sell',
|
order = self._api.create_order(pair, 'stop_loss_limit', 'sell',
|
||||||
amount, rate, {'stopPrice': stop_price})
|
amount, rate, {'stopPrice': stop_price})
|
||||||
logger.info('stoploss limit order added for %s. '
|
logger.info('stoploss limit order added for %s. '
|
||||||
'stop price: %s. limit: %s' % (pair,stop_price,rate))
|
'stop price: %s. limit: %s' % (pair,stop_price,rate))
|
||||||
return order
|
return order
|
||||||
|
Loading…
Reference in New Issue
Block a user