1
0
mirror of https://github.com/craigerl/aprsd.git synced 2025-04-13 23:18:44 -04:00

Fixed email login issue.

This patch undoes an overzealous reworking of the
config.  the arps login didn't move.
This commit is contained in:
Hemna 2021-01-26 13:32:53 -05:00
parent 57d768e010
commit 94bad95e26

View File

@ -333,7 +333,7 @@ def resend_email(count, fromcall):
reply = "-" + from_addr + " * " + body.decode(errors="ignore")
# messaging.send_message(fromcall, reply)
msg = messaging.TextMessage(
CONFIG["aprsd"]["email"]["aprs"]["login"],
CONFIG["aprs"]["login"],
fromcall,
reply,
)