Skip to content

Commit a19b9ed

Browse files
committed
1 parent 60eb2b9 commit a19b9ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitsharesapi/websocket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def __init__(
154154
def cancel_subscriptions(self):
155155
self.cancel_all_subscriptions()
156156

157-
def on_open(self, ws):
157+
def on_open(self, ws=None):
158158
""" This method will be called once the websocket connection is
159159
established. It will
160160

0 commit comments

Comments
 (0)