mirror of
https://github.com/craigerl/aprsd.git
synced 2025-07-31 12:52:24 -04: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.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 "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user