From 0724a0c84e63e80962714e39fcc329eb29632727 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Fri, 19 Jun 2026 08:19:40 -0400 Subject: [PATCH] Update transmit.py fix indent --- transmit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transmit.py b/transmit.py index 52e21bea..cdd5a5be 100644 --- a/transmit.py +++ b/transmit.py @@ -711,7 +711,7 @@ if __name__ == "__main__": if len(config) > 7: rxf = float(config[7]) rx = "{:.4f}".format(rxf) - print(rx) + print(rx) if len(config) > 8: if config[8] == 'y' or config[8] == 'yes': hab_mode = True