self._init_done placed wrong. fixed
This commit is contained in:
@@ -74,7 +74,8 @@ class RemotePairList(IPairList):
|
|||||||
|
|
||||||
self._refresh_period = remote_refresh_period
|
self._refresh_period = remote_refresh_period
|
||||||
self._pair_cache = TTLCache(maxsize=1, ttl=remote_refresh_period)
|
self._pair_cache = TTLCache(maxsize=1, ttl=remote_refresh_period)
|
||||||
self._init_done = True
|
|
||||||
|
self._init_done = True
|
||||||
|
|
||||||
return pairlist
|
return pairlist
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user