From 94bad95e26c5b7420d48b4f0eadf832f09c3b45c Mon Sep 17 00:00:00 2001 From: Hemna Date: Tue, 26 Jan 2021 13:32:53 -0500 Subject: [PATCH] Fixed email login issue. This patch undoes an overzealous reworking of the config. the arps login didn't move. --- aprsd/email.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aprsd/email.py b/aprsd/email.py index 6a25e9a..a498951 100644 --- a/aprsd/email.py +++ b/aprsd/email.py @@ -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, )