From c9055440acf9b925c09fdcab3c6b277433ff4d7a Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 18 Jun 2026 23:30:35 -0400 Subject: [PATCH] Update transmit.py more extra spaces --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index dfa95695..46261851 100644 --- a/transmit.py +++ b/transmit.py @@ -1144,7 +1144,7 @@ if __name__ == "__main__": print ("Sending SSTV image") if (doppler_mode == True): update_doppler() - txf = tx_doppler_freq_hz / 1000 + txf = tx_doppler_freq_hz / 1000 tx = "{:.4f}".format(txf) output(txLed, 1) @@ -1176,7 +1176,7 @@ if __name__ == "__main__": if (command_tx == True): if (doppler_mode == True): update_doppler() - txf = tx_doppler_freq_hz / 1000 + txf = tx_doppler_freq_hz / 1000 tx = "{:.4f}".format(txf) output(txLed, 1)