mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 14:54:21 +01:00
revert change
This commit is contained in:
@@ -187,7 +187,7 @@ class BfxWebsocket(GenericWebsocket):
|
||||
- `unsubscribed` (Subscription): A channel has been un-subscribed
|
||||
"""
|
||||
|
||||
def __init__(self, host, API_KEY=None, API_SECRET=None,
|
||||
def __init__(self, API_KEY=None, API_SECRET=None, host='wss://api-pub.bitfinex.com/ws/2',
|
||||
manageOrderBooks=False, dead_man_switch=False, ws_capacity=25, logLevel='INFO', parse_float=float,
|
||||
channel_filter=[], *args, **kwargs):
|
||||
self.API_KEY = API_KEY
|
||||
|
||||
Reference in New Issue
Block a user