mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Remove wss-event event from BfxWebSocketClient and BfxWebSocketBucket.
This commit is contained in:
@@ -64,9 +64,6 @@ class BfxWebSocketBucket(Connection):
|
||||
chan_id = cast(int, message["chan_id"])
|
||||
|
||||
del self.__subscriptions[chan_id]
|
||||
elif message["event"] == "error":
|
||||
self.__event_emitter.emit("wss-error", \
|
||||
message["code"], message["msg"])
|
||||
|
||||
if isinstance(message, list):
|
||||
if (chan_id := cast(int, message[0])) and \
|
||||
|
||||
Reference in New Issue
Block a user