We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b701a commit 1c84744Copy full SHA for 1c84744
gpsdGPSListener.py
@@ -25,7 +25,7 @@ def __init__(self):
25
try:
26
threading.Thread.__init__(self)
27
self.readGPS=False
28
-
+ self.status=""
29
self.current_ngr = None
30
self.current_lon = None
31
self.current_lat = None
0 commit comments