1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-17 13:51:54 -05:00

don't tell radio emails were sent, ack is enuf

This commit is contained in:
Craig Lamparter 2021-01-07 16:22:45 -08:00
parent 25d948b0ee
commit 99c5867162

View File

@ -525,10 +525,11 @@ class EmailPlugin(APRSDPluginBase):
)
self.email_sent_dict.clear()
self.email_sent_dict[ack] = now
if mapme:
reply = "mapme email sent"
else:
reply = "Email sent."
#don't really need a response, ack is enough
#if mapme:
# reply = "mapme email sent"
#else:
# reply = "Email sent."
else:
LOG.info(
"Email for message number "