fix a bug

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

View File

@ -261,7 +261,7 @@ class Node:
await self._spotify_client.close()
await self._websocket.close()
del self._pool.nodes[self._identifier]
del self._pool._nodes[self._identifier]
self._available = False
self._task.cancel()