From 0c612afff804144f523c2b293c958f8b45981d53 Mon Sep 17 00:00:00 2001 From: Manuel Schneider Date: Sat, 20 Oct 2018 19:07:05 +0200 Subject: [PATCH] [binance, bitfinex] Fix typo --- Binance/__init__.py | 2 +- Bitfinex/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Binance/__init__.py b/Binance/__init__.py index 754be3a1..abf07680 100644 --- a/Binance/__init__.py +++ b/Binance/__init__.py @@ -56,7 +56,7 @@ def run(self): return def stop(self): - self._stop_event.set() + self._stopevent.set() def initialize(): diff --git a/Bitfinex/__init__.py b/Bitfinex/__init__.py index 25a8b83a..d5cd6b3e 100644 --- a/Bitfinex/__init__.py +++ b/Bitfinex/__init__.py @@ -54,7 +54,7 @@ def run(self): return def stop(self): - self._stop_event.set() + self._stopevent.set() def initialize():