mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
flake8
This commit is contained in:
parent
39c28626aa
commit
da4faacd6b
|
@ -60,7 +60,8 @@ class FreqtradeBot(object):
|
|||
try:
|
||||
self.exchange = ExchangeResolver(exchange_name, self, self.config).exchange
|
||||
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.wallets = Wallets(self.exchange)
|
||||
|
|
Loading…
Reference in New Issue
Block a user