diff --git a/src/app_manager/app_manager.py b/src/app_manager/app_manager.py index 38b6bf8..627eabe 100644 --- a/src/app_manager/app_manager.py +++ b/src/app_manager/app_manager.py @@ -581,8 +581,6 @@ def _stop_current(self): self._interface_sync = None def __stop_current(self): - if self._api_sync: - self._api_sync.stop() if self._launch: self._launch.shutdown() if (self._exit_code is None