fix asyncio bug
This commit is contained in:
parent
eb8bde37c1
commit
67c722c9c8
@ -482,6 +482,7 @@ class Exchange:
|
|||||||
|
|
||||||
def reload_markets(self) -> None:
|
def reload_markets(self) -> None:
|
||||||
"""Reload markets both sync and async if refresh interval has passed """
|
"""Reload markets both sync and async if refresh interval has passed """
|
||||||
|
asyncio.set_event_loop(self.loop)
|
||||||
# Check whether markets have to be reloaded
|
# Check whether markets have to be reloaded
|
||||||
if (self._last_markets_refresh > 0) and (
|
if (self._last_markets_refresh > 0) and (
|
||||||
self._last_markets_refresh + self.markets_refresh_interval
|
self._last_markets_refresh + self.markets_refresh_interval
|
||||||
|
Loading…
Reference in New Issue
Block a user