From 08454a385d944b917635ec53565e31fa0fd7d1c3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 14 Dec 2025 07:23:16 -0500 Subject: [PATCH] Update gps_client.py typo --- gps_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gps_client.py b/gps_client.py index 09afac43..49d8e08c 100644 --- a/gps_client.py +++ b/gps_client.py @@ -16,7 +16,7 @@ session = gps.gps(mode=gps.WATCH_ENABLE) start = time.perf_timer() try: - while session.read() == 0 and ((time.perf_timer(0 - start) < 1): + while session.read() == 0 and ((time.perf_timer(0 - start)) < 1): print(gps.MODE_SET) print(session.valid) if not (gps.MODE_SET & session.valid):