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