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:
parent
25d948b0ee
commit
99c5867162
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user