Skip to content

Commit

Permalink
Merge pull request danpaquin#158 from redmoonshine/patch-1
Browse files Browse the repository at this point in the history
Stop should be true when on error
  • Loading branch information
danpaquin authored Dec 1, 2017
2 parents 4a4aa19 + c9cd0d1 commit 958fff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdax/websocket_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def on_message(self, msg):

def on_error(self, e, data=None):
self.error = e
self.stop
self.stop = True
print('{} - data: {}'.format(e, data))


Expand Down

0 comments on commit 958fff9

Please sign in to comment.