mirror of
https://github.com/JuanCanham/skill-desktop-launcher.git
synced 2024-11-22 08:50:11 +00:00
Fix spacing.
Remove a single tab that hid itself among the normal " " and remove some trailing whitespaces.
This commit is contained in:
parent
f2d900bd3d
commit
a31097171d
@ -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