mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
Fix small bug in bfxapi/websocket/errors.py (__all__).
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
__all__ = [
|
||||
"BfxWebsocketException",
|
||||
"ConnectionNotOpen",
|
||||
"InvalidAuthenticationCredentials"
|
||||
"WebsocketAuthenticationRequired",
|
||||
"InvalidAuthenticationCredentials",
|
||||
"EventNotSupported",
|
||||
"OutdatedClientVersion"
|
||||
]
|
||||
|
||||
class BfxWebsocketException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user