From ba7814c4da499635236f602e4bb92039d0345996 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 9 Jun 2012 19:11:51 +0100 Subject: wim status constant update --- wim.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wim.py') 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) -- cgit v1.2.3