mirror of
https://github.com/craigerl/aprsd.git
synced 2025-08-01 05:02:25 -04:00
backout my patch that broke tox, trying to push to craiger-test branch
This commit is contained in:
parent
99c5867162
commit
96c8422990
@ -494,9 +494,7 @@ class EmailPlugin(APRSDPluginBase):
|
|||||||
return reply
|
return reply
|
||||||
|
|
||||||
# send recipient link to aprs.fi map
|
# send recipient link to aprs.fi map
|
||||||
mapme = False
|
|
||||||
if content == "mapme":
|
if content == "mapme":
|
||||||
mapme = True
|
|
||||||
content = "Click for my location: http://aprs.fi/{}".format(
|
content = "Click for my location: http://aprs.fi/{}".format(
|
||||||
self.config["ham"]["callsign"]
|
self.config["ham"]["callsign"]
|
||||||
)
|
)
|
||||||
@ -525,11 +523,6 @@ 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
|
||||||
#don't really need a response, ack is enough
|
|
||||||
#if mapme:
|
|
||||||
# reply = "mapme 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