adding whitespace

This commit is contained in:
misagh 2019-01-16 15:17:28 +01:00
parent baa5cc5b9e
commit 50bc20134f
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ class Exchange(object):
try:
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. '
'stop price: %s. limit: %s' % (pair,stop_price,rate))
return order