From 89919c8832df73904a873c0205c44faae85e7af7 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 5 Nov 2025 18:55:50 -0800 Subject: [PATCH] this is not a good api --- system/ubloxd/ubloxd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ubloxd/ubloxd.py b/system/ubloxd/ubloxd.py index 84a926dd78..6882ad0955 100755 --- a/system/ubloxd/ubloxd.py +++ b/system/ubloxd/ubloxd.py @@ -498,7 +498,7 @@ def main(): sock = messaging.sub_sock('ubloxRaw', timeout=100, conflate=False) while True: - msg = messaging.recv_one_or_none(sock) + msg = messaging.recv_one(sock) if msg is None: continue