refreshing pairs on each iteration

This commit is contained in:
misagh 2018-11-03 14:33:17 +01:00
parent b6d4e11e88
commit d7821acbf0

View File

@ -69,7 +69,7 @@ class Edge():
self.config['datadir'],
pairs=pairs,
ticker_interval=self.ticker_interval,
refresh_pairs=False,
refresh_pairs=True,
exchange=self.exchange,
timerange=self._timerange
)