This commit is contained in:
Matthias
2019-05-20 20:13:01 +02:00
parent 58ced36445
commit 51aa469f67
5 changed files with 1 additions and 5 deletions

View File

@@ -93,7 +93,6 @@ class FreqtradeBot(object):
"""
Called on startup and after reloading the bot - triggers notifications and
performs startup tasks
: return: None
"""
self.rpc.startup_messages(self.config, self.pairlists)
if not self.edge: