mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
flake8
This commit is contained in:
parent
39c28626aa
commit
da4faacd6b
|
@ -60,7 +60,8 @@ class FreqtradeBot(object):
|
||||||
try:
|
try:
|
||||||
self.exchange = ExchangeResolver(exchange_name, self, self.config).exchange
|
self.exchange = ExchangeResolver(exchange_name, self, self.config).exchange
|
||||||
except ImportError:
|
except ImportError:
|
||||||
logger.info(f"No {exchange_name} specific subclass found. Using the generic class instead.")
|
logger.info(
|
||||||
|
f"No {exchange_name} specific subclass found. Using the generic class instead.")
|
||||||
self.exchange = Exchange(self.config)
|
self.exchange = Exchange(self.config)
|
||||||
|
|
||||||
self.wallets = Wallets(self.exchange)
|
self.wallets = Wallets(self.exchange)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user