added print

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 1093cea3d6
commit 2500049f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,7 +130,7 @@ if ((latitude != 0) and (longitude != 0) or grid):
system(receiver_gpsSedStr)
nameSedStr = 'sudo sed -i "s/ ' + dquote + 'receiver_location' + dquote + ': .*/ ' + dquote + 'receiver_location' + dquote + ': ' + dquote + location + dquote + ',/g" /var/lib/openwebrx/settings.json'
#print (nameSedStr)
print (nameSedStr)
system(nameSedStr)
print("\nOpenWebRX configuration updated with your latitude and longitude")

Loading…
Cancel
Save

Powered by TurnKey Linux.