From 50bc20134f67fdc56c18352cd85849929f815c92 Mon Sep 17 00:00:00 2001 From: misagh Date: Wed, 16 Jan 2019 15:17:28 +0100 Subject: [PATCH] adding whitespace --- freqtrade/exchange/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/exchange/__init__.py b/freqtrade/exchange/__init__.py index 588504894..094d2cc29 100644 --- a/freqtrade/exchange/__init__.py +++ b/freqtrade/exchange/__init__.py @@ -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