From b52f35a4f8c2d7f322f4741eac8c7e1d0c2e20a3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Mon, 19 Jan 2026 10:02:55 -0500 Subject: [PATCH] Update gps_client.py remove exit --- gps_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps_client.py b/gps_client.py index 919533cb..2abf182e 100644 --- a/gps_client.py +++ b/gps_client.py @@ -75,7 +75,7 @@ while True: except: print("-1 0 0 0") - exit(0) +# exit(0) try: inp = input() # print(inp)