From fa592ae136b62662442ea776fbbf0e0b12e5f64d Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 23 Jan 2026 22:33:59 -0500 Subject: [PATCH] Update gps_client.py -1 result if gpsd not installed --- gps_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gps_client.py b/gps_client.py index ec34f89e..87c4aa45 100644 --- a/gps_client.py +++ b/gps_client.py @@ -8,10 +8,10 @@ run this way: python3 example1.py.txt # this client is for the CubeSatSim Lite which does not have a Pico microcontroller -import gps # the gpsd interface module -import time - try: + + import gps # the gpsd interface module + import time mode = -1 lat = 0