This commit is contained in:
Disassembler 2018-10-31 09:58:54 +01:00
parent 905f2c62c1
commit cdb74d9677
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -99,7 +99,7 @@ class AppMgr:
if not tools.is_service_started(item.app): if not tools.is_service_started(item.app):
self.vmmgr.start_app(item.app) self.vmmgr.start_app(item.app)
def stop_app(self, app): def stop_app(self, item):
if tools.is_service_started(item.app): if tools.is_service_started(item.app):
self.vmmgr.stop_app(item.app) self.vmmgr.stop_app(item.app)