1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-22 16:08:44 -05:00
This commit is contained in:
craigerl 2018-06-13 09:21:53 -07:00
parent 555f9f3512
commit 48036f9ffd

View File

@ -308,7 +308,7 @@ while True:
to_addr = a.group(1) to_addr = a.group(1)
content = a.group(2) content = a.group(2)
if content == 'mapme': # send recipient link to aprs.fi map 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) send_result = send_email(to_addr, content)
if send_result != 0: if send_result != 0:
send_message(fromcall, "-" + to_addr + " failed") send_message(fromcall, "-" + to_addr + " failed")