Typo fix
This commit is contained in:
parent
905f2c62c1
commit
cdb74d9677
@ -99,7 +99,7 @@ class AppMgr:
|
||||
if not tools.is_service_started(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):
|
||||
self.vmmgr.stop_app(item.app)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user