mirror of
https://github.com/JuanCanham/skill-desktop-launcher.git
synced 2024-11-22 08:50:11 +00:00
commit
ee7dd2bb03
@ -98,7 +98,7 @@ class DesktopLauncherSkill(MycroftSkill):
|
||||
|
||||
def handle_close_desktop_app(self, message):
|
||||
app_name = message.data.get('Application')
|
||||
subprocess.call( [ "killall", "-9", app_name ] )
|
||||
subprocess.call( [ "killall", "-9", app_name ] )
|
||||
|
||||
def handle_launch_website(self, message):
|
||||
site = message.data.get("Website")
|
||||
|
Loading…
Reference in New Issue
Block a user