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

@@ -39,7 +39,7 @@ class EdgeCli:
self.strategy = StrategyResolver(self.config).strategy
self.edge = Edge(config, self.exchange, self.strategy)
self.edge._refresh_pairs = self.config.get('refresh_pairs', False)
self.edge._refresh_pairs = False
self.timerange = TimeRange.parse_timerange(None if self.config.get(
'timerange') is None else str(self.config.get('timerange')))