mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-30 10:50:24 +00:00
fix The future belongs to a different loop error
This commit is contained in:
@@ -71,7 +71,6 @@ class WebSocketChannel:
|
||||
Close the WebSocketChannel
|
||||
"""
|
||||
|
||||
await self._websocket.close()
|
||||
self._closed = True
|
||||
|
||||
def is_closed(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user