Fix spacing.

Remove a single tab that hid itself among the normal "    " and remove
some trailing whitespaces.
This commit is contained in:
Åke Forslund 2017-07-02 09:06:08 +02:00
parent f2d900bd3d
commit a31097171d

View File

@ -98,7 +98,7 @@ class DesktopLauncherSkill(MycroftSkill):
def handle_close_desktop_app(self, message): def handle_close_desktop_app(self, message):
app_name = message.data.get('Application') app_name = message.data.get('Application')
subprocess.call( [ "killall", "-9", app_name ] ) subprocess.call( [ "killall", "-9", app_name ] )
def handle_launch_website(self, message): def handle_launch_website(self, message):
site = message.data.get("Website") site = message.data.get("Website")