Add lines

This commit is contained in:
itsdeka
2023-01-11 11:51:59 +01:00
parent f9f72a4ebb
commit 1ff16e26b9

View File

@@ -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}")