From e489bb56de23ddc9af4cc44b591a91a780995a68 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jul 2023 17:02:04 -0400 Subject: [PATCH] typo indentation --- rpitx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 6f0fe5bc..b1ee2e17 100644 --- a/rpitx.py +++ b/rpitx.py @@ -208,7 +208,6 @@ if __name__ == "__main__": print("Turning on transmit") system("echo > command_tx True") else: - if (command_tx == True): print("Turning off transmit") system("echo > command_tx False") except: