From cf455bed73dbc52d60820d69af01fe0d1333e412 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 2 Jul 2026 14:28:00 -0400 Subject: [PATCH] Update transmit.py fix tabs --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index d4863e21..beb3e7f8 100644 --- a/transmit.py +++ b/transmit.py @@ -1094,7 +1094,7 @@ if __name__ == "__main__": print(cw_string) cw_transmit_string(cw_string) except Exception as e: - print(f"An error occurred: {e}") + print(f"An error occurred: {e}") print("error reading cw string " + str(chan)) else: command = "gen_packets -M 20 -o /home/pi/CubeSatSim/morse.wav /home/pi/CubeSatSim/cw" + str(chan) + ".txt -r 48000 > /dev/null 2>&1"