Skip to content

Commit e3bb96c

Browse files
authored
fix(jx3api): change event url
1 parent 3d544d3 commit e3bb96c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jx3api/jx3api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ async def socket(self):
799799
aiohttp.ClientSession(
800800
headers={"token": token} if (token := self.token) else {}
801801
) as session,
802-
session.ws_connect("wss://socket.jx3api.com") as ws,
802+
session.ws_connect("wss://event.jx3api.com") as ws,
803803
):
804804
logging.info("websocket connected")
805805

0 commit comments

Comments
 (0)