forked from platypush/platypush
joystick.jstest
should not execute the parent run
method
This commit is contained in:
parent
b2e2ae9538
commit
cee8f9f8e0
1 changed files with 0 additions and 2 deletions
|
@ -235,8 +235,6 @@ class JoystickJstestBackend(JoystickBackend):
|
|||
self._state = state
|
||||
|
||||
def run(self):
|
||||
super().run()
|
||||
|
||||
try:
|
||||
while not self.should_stop():
|
||||
self._wait_ready()
|
||||
|
|
Loading…
Reference in a new issue