mirror of
https://github.com/craigerl/aprsd.git
synced 2025-03-08 04:18:59 -05:00
fix parse_email unicode probs by using body.decode(errors='ignore').. again
This commit is contained in:
parent
44228c63b3
commit
3c16149e71
@ -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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user