1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-07-30 20:32:27 -04: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.clear()
self.email_sent_dict[ack] = now self.email_sent_dict[ack] = now
if mapme: #don't really need a response, ack is enough
reply = "mapme email sent" #if mapme:
else: # reply = "mapme email sent"
reply = "Email sent." #else:
# reply = "Email sent."
else: else:
LOG.info( LOG.info(
"Email for message number " "Email for message number "