self._init_done placed wrong. fixed

This commit is contained in:
Bloodhunter4rc 2022-12-19 16:25:22 +01:00
parent 43f5a16006
commit ebf60d85da

View File

@ -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