From cee8f9f8e03357cd03073833a866ef97e0ea42e6 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sat, 15 May 2021 23:43:37 +0200 Subject: [PATCH] `joystick.jstest` should not execute the parent `run` method --- platypush/backend/joystick/jstest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/platypush/backend/joystick/jstest.py b/platypush/backend/joystick/jstest.py index dd3eb6b4..1f6997c0 100644 --- a/platypush/backend/joystick/jstest.py +++ b/platypush/backend/joystick/jstest.py @@ -235,8 +235,6 @@ class JoystickJstestBackend(JoystickBackend): self._state = state def run(self): - super().run() - try: while not self.should_stop(): self._wait_ready()