Skip to content

Commit 70dd221

Browse files
authored
Merge pull request #2 from Polygon-io/bug/websocket-mvp
Forgot to return on_open
2 parents 2cccd8c + 7c00105 commit 70dd221

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

polygon_client/websocket_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def _default_process_message(message):
9292
def _default_on_open(self):
9393
def f(ws):
9494
self._authenticate(ws)
95+
return f
9596

9697
@staticmethod
9798
def _default_on_error(ws, error):

0 commit comments

Comments
 (0)