From a6fcea01e2165fde4bf3f2904ab221ccab74eb98 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 22 May 2025 11:31:18 -0400 Subject: [PATCH] Update transmit.py fixed spaces --- transmit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transmit.py b/transmit.py index 6f821354..6834d7d3 100644 --- a/transmit.py +++ b/transmit.py @@ -284,7 +284,7 @@ if __name__ == "__main__": sq = 0 # turn off squelch for Pacsat print(sq) if len(config) > 6: - txf = float(config[6]) + txf = float(config[6]) # print(txf) # print( "{:.4f}".format(txf)) @@ -293,7 +293,7 @@ if __name__ == "__main__": tx = "{:.4f}".format(txr) else: tx = "{:.4f}".format(txf) - print("Transmit frequency: ",tx) + print("Transmit frequency: ",tx) if len(config) > 7: rxf = float(config[7]) # print(rxf)