Remove --refresh-pairs

This commit is contained in:
Matthias
2019-09-20 20:02:07 +02:00
parent 7fff1f5ce1
commit 1cd8ed0c1a
7 changed files with 2 additions and 18 deletions

View File

@@ -414,8 +414,6 @@ class Backtesting:
datadir=Path(self.config['datadir']),
pairs=pairs,
ticker_interval=self.ticker_interval,
refresh_pairs=self.config.get('refresh_pairs', False),
exchange=self.exchange,
timerange=timerange,
)