Fixed bugs

This commit is contained in:
Sam Germain
2021-10-12 02:24:35 -06:00
parent 952d83ad24
commit 86cbd0039f
2 changed files with 2 additions and 6 deletions

View File

@@ -204,9 +204,6 @@ class FreqtradeBot(LoggingMixin):
if self.get_free_open_trades():
self.enter_positions()
if self.trading_mode == TradingMode.FUTURES:
schedule.run_pending()
Trade.commit()
def process_stopped(self) -> None: