From 48036f9ffdabce9be1b9faa4e4db37c6a0c57486 Mon Sep 17 00:00:00 2001 From: craigerl Date: Wed, 13 Jun 2018 09:21:53 -0700 Subject: [PATCH] mapme --- aprsd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd.py b/aprsd.py index da49cc5..cc6dd5e 100644 --- a/aprsd.py +++ b/aprsd.py @@ -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")