mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
fix asyncio bug
This commit is contained in:
parent
eb8bde37c1
commit
67c722c9c8
|
@ -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