mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
flake indentation
This commit is contained in:
parent
b680681b34
commit
003480ad90
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue
Block a user