From 39907e40df081d6c0a6b295ebc89d8bfa9201f50 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Mon, 12 Jul 2021 16:53:01 -0400 Subject: [PATCH] cleared grid if invalid --- groundstation/loc-add-foxtelem.py | 1 + 1 file changed, 1 insertion(+) diff --git a/groundstation/loc-add-foxtelem.py b/groundstation/loc-add-foxtelem.py index a2b93498..98a16a19 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -30,6 +30,7 @@ if (choice == '2'): print("grid is valid!") else: print("grid is not valid!") + grid = "" elif (choice == '3'):