From b5cb19e07e0ac85cdd42652c9e1eb43035a54db3 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 10 Mar 2022 22:57:21 -0500 Subject: [PATCH] typo --- groundstation/tago-upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/tago-upload.py b/groundstation/tago-upload.py index 3b396727..f10b70d4 100644 --- a/groundstation/tago-upload.py +++ b/groundstation/tago-upload.py @@ -1,6 +1,6 @@ import tago -while (true): +while (True): print("Input telemetry string (or Control-C to exit)")