aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/Clients/KodiSend/kodi-send.py
diff options
context:
space:
mode:
authorh.udo <hudokkow@gmail.com>2018-06-08 12:23:10 +0100
committerh.udo <hudokkow@gmail.com>2018-06-12 13:06:19 +0100
commit5c6e3a8b9bec8a594695fe5808bb384f6645bcec (patch)
tree6b54545a47606b5c6543df01504ef2ed9e09eede /tools/EventClients/Clients/KodiSend/kodi-send.py
parente8d74c663841eddaa70946bee298a15c2454de20 (diff)
[tools] nuke whitespace
Diffstat (limited to 'tools/EventClients/Clients/KodiSend/kodi-send.py')
-rwxr-xr-xtools/EventClients/Clients/KodiSend/kodi-send.py6
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: