From 6bfade0231dfe24d92c97c08f557ba0b032cf3f4 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 06:47:42 -0500 Subject: [PATCH] Update transmit.py print typo --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index 34ec9ab1..3fb0c76c 100644 --- a/transmit.py +++ b/transmit.py @@ -409,9 +409,9 @@ if __name__ == "__main__": print(f"Output of the command (stdout): {e.stdout}") # print(f"Error output of the command (stderr): {e.stderr}") - if gpsd_status == "active"): + if gpsd_status == "active": print("gpsd status is active" - if gpsd_status == "inactive"): + if gpsd_status == "inactive": print("gpsd status is inactive" if (mode != 'e') and (gpsd_status != "active"):