diff options
Diffstat (limited to 'wim.py')
| -rwxr-xr-x | wim.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ while True: if check!=False: if debug==True: print "wim: received from gps",check[0],check[1] - outsock.sendto("gps data"+str(check[0])+" "+str(check[1])+"\n",(PD_IP, PD_PORT) ) + outsock.sendto("gps data "+str(check[0])+" "+str(check[1])+"\n",(PD_IP, PD_PORT) ) pos=latLng(check[0],check[1]) posChanged=True if posChanged: |
