update pool.py

This commit is contained in:
Tari 2022-02-22 17:12:00 +05:30
parent d0fa15267a
commit 6342bd0e56
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ class Node:
await self._websocket.close() await self._websocket.close()
del self._pool.nodes[self._identifier] del self._pool.nodes[self._identifier]
self.available = False self._available = False
self._task.cancel() self._task.cancel()
async def build_track( async def build_track(