Skip to content

Commit

Permalink
[binance, bitfinex] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelSchneid3r committed Oct 20, 2018
1 parent 9dd1113 commit 0c612af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Binance/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run(self):
return

def stop(self):
self._stop_event.set()
self._stopevent.set()


def initialize():
Expand Down
2 changes: 1 addition & 1 deletion Bitfinex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def run(self):
return

def stop(self):
self._stop_event.set()
self._stopevent.set()


def initialize():
Expand Down

0 comments on commit 0c612af

Please sign in to comment.