summaryrefslogtreecommitdiff
path: root/wim.py
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-06-09 19:11:51 +0100
committerTim Redfern <tim@eclectronics.org>2012-06-09 19:11:51 +0100
commitba7814c4da499635236f602e4bb92039d0345996 (patch)
tree87a2c61a7a9aa142c0491062813db754f6c02d4b /wim.py
parent40c93352e80792505658b71b23bf6306e469ce51 (diff)
wim status constant update
Diffstat (limited to 'wim.py')
-rwxr-xr-xwim.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wim.py b/wim.py
index 125499d..1783705 100755
--- a/wim.py
+++ b/wim.py
@@ -125,4 +125,5 @@ while True:
print "wim: sending:",str(r[0]),str(r[1])
#pd needs \n at end of message
outsock.sendto( str(r[0])+' '+str(r[1])+'\n', (PD_IP, PD_PORT) )
+ time.sleep(1.0)