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/BfxWebsocketClient.py.
This commit is contained in:
@@ -9,7 +9,7 @@ from .errors import BfxWebsocketException, ConnectionNotOpen, InvalidAuthenticat
|
|||||||
HEARTBEAT = "hb"
|
HEARTBEAT = "hb"
|
||||||
|
|
||||||
class BfxWebsocketClient(object):
|
class BfxWebsocketClient(object):
|
||||||
VERSION = 1
|
VERSION = 2
|
||||||
|
|
||||||
def __init__(self, host, API_KEY=None, API_SECRET=None):
|
def __init__(self, host, API_KEY=None, API_SECRET=None):
|
||||||
self.host, self.chanIds, self.event_emitter = host, dict(), AsyncIOEventEmitter()
|
self.host, self.chanIds, self.event_emitter = host, dict(), AsyncIOEventEmitter()
|
||||||
|
|||||||
Reference in New Issue
Block a user