From e6dbdd1f3b4704549bb82ad1bbab367798aa1545 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sun, 13 Mar 2022 08:27:56 -0400 Subject: [PATCH] typo --- groundstation/tago-upload.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/groundstation/tago-upload.py b/groundstation/tago-upload.py index e5c73bcc..72f43560 100644 --- a/groundstation/tago-upload.py +++ b/groundstation/tago-upload.py @@ -14,8 +14,8 @@ while (True): lon = telem_json['entries'][0]['lng'] telem_string = telem_json['entries'][0]['comment'] - print(lat_json) - print(lon_json) + print(lat) + print(lon) print(telem_string) chunks = telem_string.split(' ')