Changes described on github

This commit is contained in:
Sam Germain
2021-10-11 04:14:59 -06:00
parent 855b26f846
commit d5a1385fdc
2 changed files with 11 additions and 11 deletions

View File

@@ -106,7 +106,7 @@ class FreqtradeBot(LoggingMixin):
LoggingMixin.__init__(self, logger, timeframe_to_seconds(self.strategy.timeframe))
if 'trading_mode' in self.config:
self.trading_mode = self.config['trading_mode']
self.trading_mode = TradingMode(self.config['trading_mode'])
else:
self.trading_mode = TradingMode.SPOT