Skip to content

Commit c83d17b

Browse files
authored
Merge pull request #173 from ankit1200/master
self.ws.send doesn't need to happen twice
2 parents dfe9143 + 07af335 commit c83d17b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gdax/websocket_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def _connect(self):
7373
sub_params['timestamp'] = timestamp
7474

7575
self.ws = create_connection(self.url)
76-
self.ws.send(json.dumps(sub_params))
7776

7877
if self.type == "heartbeat":
7978
sub_params = {"type": "heartbeat", "on": True}

0 commit comments

Comments
 (0)