From 97ff121ce30cd9c32172dfcc897f5ca9914850ba Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 14 Dec 2025 10:29:22 -0500 Subject: [PATCH] Update gps_client.py no exit --- gps_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps_client.py b/gps_client.py index 82c19137..02034944 100644 --- a/gps_client.py +++ b/gps_client.py @@ -61,7 +61,7 @@ try: # Got ^C, or fell out of the loop. Cleanup, and leave. session.close() print("%d %.6f %.6f %.1f" % (mode, lat, lon, alt)) - exit(0) +# exit(0) except: print("-1 0 0 0")