diff options
author | h.udo <hudokkow@gmail.com> | 2018-06-08 12:23:10 +0100 |
---|---|---|
committer | h.udo <hudokkow@gmail.com> | 2018-06-12 13:06:19 +0100 |
commit | 5c6e3a8b9bec8a594695fe5808bb384f6645bcec (patch) | |
tree | 6b54545a47606b5c6543df01504ef2ed9e09eede /tools/EventClients/Clients/KodiSend/kodi-send.py | |
parent | e8d74c663841eddaa70946bee298a15c2454de20 (diff) |
[tools] nuke whitespace
Diffstat (limited to 'tools/EventClients/Clients/KodiSend/kodi-send.py')
-rwxr-xr-x | tools/EventClients/Clients/KodiSend/kodi-send.py | 6 |
1 files changed, 3 insertions, 3 deletions
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: |