`joystick.jstest` should not execute the parent `run` method

This commit is contained in:
Fabio Manganiello 2021-05-15 23:43:37 +02:00
parent b2e2ae9538
commit cee8f9f8e0
1 changed files with 0 additions and 2 deletions

View File

@ -235,8 +235,6 @@ class JoystickJstestBackend(JoystickBackend):
self._state = state
def run(self):
super().run()
try:
while not self.should_stop():
self._wait_ready()