From 5c6e3a8b9bec8a594695fe5808bb384f6645bcec Mon Sep 17 00:00:00 2001 From: "h.udo" Date: Fri, 8 Jun 2018 12:23:10 +0100 Subject: [tools] nuke whitespace --- tools/EventClients/Clients/KodiSend/kodi-send.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/EventClients/Clients/KodiSend/kodi-send.py') diff --git a/tools/EventClients/Clients/KodiSend/kodi-send.py b/tools/EventClients/Clients/KodiSend/kodi-send.py index 2eebc556b7..d5c00a112f 100755 --- a/tools/EventClients/Clients/KodiSend/kodi-send.py +++ b/tools/EventClients/Clients/KodiSend/kodi-send.py @@ -80,14 +80,14 @@ def main(): actions.append({'type': TYPE_DELAY, 'content': int(a)}) else: assert False, "unhandled option" - + addr = (ip, port) sock = socket(AF_INET,SOCK_DGRAM) - + if len(actions) is 0: usage() sys.exit(0) - + for action in actions: print('Sending: %s' % action) if action['type'] == TYPE_ACTION: -- cgit v1.2.3