Update some more TODO-lev's

This commit is contained in:
Matthias
2021-12-31 16:49:47 +01:00
parent 9a220f6cfe
commit c06496e66f
6 changed files with 0 additions and 6 deletions

View File

@@ -80,7 +80,6 @@ class FreqtradeBot(LoggingMixin):
# so anything in the Freqtradebot instance should be ready (initialized), including
# the initial state of the bot.
# Keep this at the end of this initialization method.
# TODO-lev: Do I need to consider the rpc, pairlists or dataprovider?
self.rpc: RPCManager = RPCManager(self)
self.pairlists = PairListManager(self.exchange, self.config)