summaryrefslogtreecommitdiff
path: root/contrib/gpsData.py
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-07-26 15:36:55 -0700
committerGary E. Miller <gem@rellim.com>2018-07-26 15:36:55 -0700
commit263bf6dd3b71d089034bcb291b062639f0528b5a (patch)
tree040a1a05f94497be4d335799e21bb0dbef31639e /contrib/gpsData.py
parent7c9034fe4315e65e2df62ad2a74e715f5a13a296 (diff)
downloadgpsd-263bf6dd3b71d089034bcb291b062639f0528b5a.tar.gz
gpsData.py: pep8 cleanup.
Note, the pep8 program now called pycodestyle.
Diffstat (limited to 'contrib/gpsData.py')
-rwxr-xr-xcontrib/gpsData.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gpsData.py b/contrib/gpsData.py
index cb52c7aa..663719ef 100755
--- a/contrib/gpsData.py
+++ b/contrib/gpsData.py
@@ -33,6 +33,7 @@ class GpsPoller(threading.Thread):
# gpsd info to clear the buffer
next(gpsd)
+
if __name__ == '__main__':
gpsp = GpsPoller() # create the thread
try: