From 54c5605af368ce01ecd6bfa061f3f448c225e623 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 21 May 2021 19:41:28 -0400 Subject: [PATCH] Update loc.py --- groundstation/loc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groundstation/loc.py b/groundstation/loc.py index 1a881b3c..61837926 100644 --- a/groundstation/loc.py +++ b/groundstation/loc.py @@ -17,7 +17,7 @@ longitude = data['items'][0]['position']['lng'] print(latitude) print(longitude) -file = open(r".config/Gpredict/MyLocation.qth","w+") +file = open(r"/home/pi/.config/Gpredict/MyLocation.qth","w+") str1 = "[QTH]\n" str2 = "LOCATION=" + location + "\n"