diff options
Diffstat (limited to 'gpspoller.py')
| -rw-r--r-- | gpspoller.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpspoller.py b/gpspoller.py index 37cd441..689ee88 100644 --- a/gpspoller.py +++ b/gpspoller.py @@ -101,6 +101,6 @@ if __name__ == '__main__': # In the main thread, every 5 seconds print the current value
time.sleep(1.0)
check=gpsp.check()
- print gpsp.fixname[gpsp.fix],":satellites in view", gpsp.satellites
+ print time.ctime(),gpsp.fixname[gpsp.fix],":satellites in view", gpsp.satellites
if check!=False:
print "changed:",check[0],check[1]
|
