self._init_done placed wrong. fixed

pull/7867/head
Bloodhunter4rc 3 years ago
parent 43f5a16006
commit ebf60d85da

@ -74,7 +74,8 @@ class RemotePairList(IPairList):
self._refresh_period = remote_refresh_period
self._pair_cache = TTLCache(maxsize=1, ttl=remote_refresh_period)
self._init_done = True
self._init_done = True
return pairlist

Loading…
Cancel
Save