Skip to content
Snippets Groups Projects
Commit 242484f9 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Fix accidental delete...

parent 1510e942
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ def read(filename):
setup(
name='TurnTouch',
version='0.2',
version='0.3',
url='https://github.com/antsar/python-turntouch',
author='Anton Sarukhanov',
author_email='code@ant.sr',
......
......@@ -257,6 +257,7 @@ class TurnTouch(btle.Peripheral):
.format(address=address))
self.withDelegate(self.NotificationDelegate(turn_touch=self))
self.handler = handler or DefaultActionHandler
self.debounce = debounce
self._combo_action = set()
if listen:
self.listen_forever()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment