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"