From 003480ad9031012f99a56c0d03af6b4a5415549a Mon Sep 17 00:00:00 2001 From: misagh Date: Mon, 19 Nov 2018 13:01:17 +0100 Subject: [PATCH] flake indentation --- freqtrade/freqtradebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 570a806be..2a2a05c84 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -342,7 +342,7 @@ class FreqtradeBot(object): # TODO: should come from the wallet avaliable_amount = self.exchange.get_balance(self.config['stake_currency']) - #avaliable_amount = self.wallets.wallets[self.config['stake_currency']].free + # avaliable_amount = self.wallets.wallets[self.config['stake_currency']].free if stake_amount == constants.UNLIMITED_STAKE_AMOUNT: open_trades = len(Trade.query.filter(Trade.is_open.is_(True)).all())