[tor-commits] [stem/master] Fix `AsyncController`

atagar at torproject.org atagar at torproject.org
Thu Jul 16 01:28:59 UTC 2020


commit 8c875fd242436485e1ddf7e10489bb4753b2074a
Author: Illia Volochii <illia.volochii at gmail.com>
Date:   Thu Apr 23 22:32:48 2020 +0300

    Fix `AsyncController`
---
 stem/control.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stem/control.py b/stem/control.py
index 7d0d517e..de8e24bb 100644
--- a/stem/control.py
+++ b/stem/control.py
@@ -1048,7 +1048,7 @@ class _ControllerClassMethodMixin:
     return cls(control_socket)
 
 
-class AsyncController(BaseController):
+class AsyncController(_ControllerClassMethodMixin, BaseController):
   """
   Connection with Tor's control socket. This is built on top of the
   BaseController and provides a more user friendly API for library users.





More information about the tor-commits mailing list