summaryrefslogtreecommitdiff
path: root/wim.py
diff options
context:
space:
mode:
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)