From abca4a5cc7a8be38ba40b8dc47cf47d57d132860 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Wed, 11 Aug 2021 16:13:31 -0400 Subject: [PATCH] added \n after Gpredict --- groundstation/loc-add-foxtelem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/loc-add-foxtelem.py b/groundstation/loc-add-foxtelem.py index 9fb79e10..3992043f 100644 --- a/groundstation/loc-add-foxtelem.py +++ b/groundstation/loc-add-foxtelem.py @@ -150,6 +150,6 @@ if ((latitude != 0) and (longitude != 0) or grid): file.close() - print("\nGpredict configuration updated with your latitude and longitude") + print("\nGpredict configuration updated with your latitude and longitude and altitude\n") sys.exit(return_value)