This commit is contained in:
craigerl 2018-06-13 09:21:53 -07:00
parent 555f9f3512
commit 48036f9ffd
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ while True:
to_addr = a.group(1)
content = a.group(2)
if content == 'mapme': # send recipient link to aprs.fi map
content = "Click for my location: http://aprs.fi/" + USER + "/"
content = "Click for my location: http://aprs.fi/" + BASECALLSIGN
send_result = send_email(to_addr, content)
if send_result != 0:
send_message(fromcall, "-" + to_addr + " failed")