diff options
| -rwxr-xr-x | wim.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
