From 0db5b8793b1005faecfb2f6973f2ad0b45b565a8 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Tue, 16 Dec 2025 06:52:43 -0500 Subject: [PATCH] Update transmit.py --- transmit.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/transmit.py b/transmit.py index e2b73080..b620377d 100644 --- a/transmit.py +++ b/transmit.py @@ -409,10 +409,10 @@ 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"): - print("gpsd status is active" - if (gpsd_status == "inactive"): - print("gpsd status is inactive" +# if (gpsd_status == "active"): +# print("gpsd status is active" +# if (gpsd_status == "inactive"): +# print("gpsd status is inactive" if (mode != 'e') and (gpsd_status != "active"): print("Programming FM module!\n");