Add send_msg capability to dataprovider

This commit is contained in:
Matthias
2022-07-26 20:15:49 +02:00
parent a0b9388757
commit 229e8864bb
5 changed files with 38 additions and 1 deletions

View File

@@ -214,6 +214,7 @@ class FreqtradeBot(LoggingMixin):
if self.trading_mode == TradingMode.FUTURES:
self._schedule.run_pending()
Trade.commit()
self.rpc.process_msg_queue(self.dataprovider._msg_queue)
self.last_process = datetime.now(timezone.utc)
def process_stopped(self) -> None: