From b5294aa2a28909b179dcfb73ccb1b166fb7a099f Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jul 2023 14:45:14 -0400 Subject: [PATCH] typo --- rpitx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpitx.py b/rpitx.py index 3062b7ae..eec114d2 100644 --- a/rpitx.py +++ b/rpitx.py @@ -105,7 +105,7 @@ if __name__ == "__main__": try: file = open("/home/pi/CubeSatSim/command_tx") char = file.read(1) - if (char == 'T') + if (char == 'T'): command_tx = True else: command_tx = False