Skip to content

Commit

Permalink
allow websocket to reconnect on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
joliveros committed Jul 15, 2017
1 parent c9b25b0 commit aabcb80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bitmex_websocket/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ def init_websocket(self):
wsURL = self.build_websocket_url()
alog.debug("Connecting to %s" % (wsURL))
self.ws = websocket.WebSocketApp(wsURL,
keep_running=False,
on_message=self.__on_message,
on_close=self.__on_close,
on_open=self.__on_open,
Expand Down

0 comments on commit aabcb80

Please sign in to comment.