IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.6k stars 490 forks source link

Bugfix: use self in disable() methods in thingy52 #352

Closed gield closed 4 years ago

gield commented 5 years ago

Right now, none of the disable() methods in thingy52 work because they contain calls to class methods which are not called using self..

In addition, I also removed an unused import and a call to a non-existing method.