some more refresh_pairs cleanups

This commit is contained in:
Matthias
2019-09-20 20:22:51 +02:00
parent 508a35fc20
commit 313091eb1c
5 changed files with 2 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ class EdgeCli:
self.strategy = StrategyResolver(self.config).strategy
self.edge = Edge(config, self.exchange, self.strategy)
# Set refresh_pairs to false for edge-cli (it must be true for edge)
self.edge._refresh_pairs = False
self.timerange = TimeRange.parse_timerange(None if self.config.get(