mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2026-01-05 23:14:19 +01:00
Rename event <disconnection> to <disconnected> (to mantain compliance).
This commit is contained in:
@@ -206,7 +206,7 @@ class BfxWebSocketClient(Connection, Connection.Authenticable):
|
||||
raise error
|
||||
|
||||
if not self.__reconnection:
|
||||
self.__event_emitter.emit("disconnection",
|
||||
self.__event_emitter.emit("disconnected",
|
||||
self._websocket.close_code, \
|
||||
self._websocket.close_reason)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user