Skip to content

Commit

Permalink
closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
liampauling committed May 16, 2017
1 parent 517399a commit 77d4ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions betfairlightweight/streaming/betfairstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ def subscribe_to_orders(self, unique_id, order_filter=None, initial_clk=None, cl
self._send(message)

def _connect(self):
"""Creates socket and registers with listener.
"""Creates socket and sets running to True.
"""
self._running = True
self._socket = self._create_socket()
self._running = True

def _create_socket(self):
"""Creates ssl socket, connects to stream api and
Expand Down

0 comments on commit 77d4ed9

Please sign in to comment.