1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-09-27 15:46:53 -04:00

fix parse_email unicode probs by using body.decode(errors='ignore').. again

This commit is contained in:
Craig Lamparter 2020-12-08 15:01:07 -08:00
parent 44228c63b3
commit 3c16149e71

View File

@ -362,8 +362,8 @@ def resend_email(count, fromcall):
def check_email_thread():
global check_email_delay
LOG.debug("FIXME initial email delay is 10 seconds")
check_email_delay = 10
#LOG.debug("FIXME initial email delay is 10 seconds")
check_email_delay = 60
while True:
# LOG.debug("Top of check_email_thread.")