summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wim.py b/wim.py
index 1783705..b3ecbb6 100755
--- a/wim.py
+++ b/wim.py
@@ -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: