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

View file

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