diff --git a/platypush/backend/music/mopidy.py b/platypush/backend/music/mopidy.py index 361bc73a..35c0594c 100644 --- a/platypush/backend/music/mopidy.py +++ b/platypush/backend/music/mopidy.py @@ -198,7 +198,7 @@ class MusicMopidyBackend(Backend): def _retry_connect(self): def reconnect(): - while not self._should_stop() and not self._connected_event.is_set(): + while not self.should_stop() and not self._connected_event.is_set(): try: self._connect() except Exception as e: