Update loc.py

pull/125/head
alanbjohnston 5 years ago committed by GitHub
parent 3b1488af5f
commit 54c5605af3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save

Powered by TurnKey Linux.