mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-19 06:44:22 +01:00
Add lines
This commit is contained in:
@@ -16,6 +16,7 @@ bfx = Client(
|
||||
@bfx.wss.on("wss-error")
|
||||
def on_wss_error(code: Error, msg: str):
|
||||
print(code, msg)
|
||||
|
||||
@bfx.wss.on("authenticated")
|
||||
async def on_open(event):
|
||||
print(f"Auth event {event}")
|
||||
|
||||
Reference in New Issue
Block a user