Skip to content

Commit

Permalink
Merge pull request Kucoin#28 from codewc/master
Browse files Browse the repository at this point in the history
Delete the parameter acceptUserMessage of the socket private endpoint
  • Loading branch information
1bazinga25 authored Jul 26, 2021
2 parents d465a0b + c4a2aaa commit 9650e09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions kucoin/websocket/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def get_ws_endpoint(self):
token = self._ws_details['token']
endpoint = self._ws_details['instanceServers'][0]['endpoint']
ws_endpoint = f"{endpoint}?token={token}&connectId={ws_connect_id}"
if self._private:
ws_endpoint += '&acceptUserMessage=true'
return ws_endpoint

def get_ws_encryption(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='kucoin-python',
version='v1.0.7',
version='v1.0.8',
packages=['kucoin', 'kucoin/base_request', 'kucoin/margin', 'kucoin/market', 'kucoin/trade', 'kucoin/user',
'kucoin/websocket', 'kucoin/ws_token'],
license="MIT",
Expand Down

0 comments on commit 9650e09

Please sign in to comment.