diff options
Diffstat (limited to 'cpp/bindings/qmf/python')
| -rw-r--r-- | cpp/bindings/qmf/python/qmf.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/bindings/qmf/python/qmf.py b/cpp/bindings/qmf/python/qmf.py index eec975c50f..e4ab581dfd 100644 --- a/cpp/bindings/qmf/python/qmf.py +++ b/cpp/bindings/qmf/python/qmf.py @@ -242,8 +242,7 @@ class Connection(Thread): def kick(self): - self._sockEngine.send(".") - # self._sockEngine.flush() Not available with python? + self.impl.notify() def add_conn_handler(self, handler): |
