Skip to content

Commit bab9e2a

Browse files
Fix typo
1 parent 74fa8b4 commit bab9e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kraken/spot/websocket/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class SpotWSClientBase(SpotAsyncClient):
5858
"""
5959

6060
LOG: logging.Logger = logging.getLogger(__name__)
61-
WS_URL: str = "wss://wss.kraken.com"
61+
WS_URL: str = "wss://ws.kraken.com"
6262
AUTH_WS_URL: str = "wss://ws-auth.kraken.com"
6363
# Changing this can cause errors, as this class is designed for v2.
6464
API_V: str = "/v2"

0 commit comments

Comments
 (0)