From a3e052cc7b9e7f6ee8eb63a61e20c7bfebe998ed Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Thu, 20 Aug 2020 14:28:57 +0200 Subject: [PATCH] black --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 3a9173af..3cc30c78 100644 --- a/email_handler.py +++ b/email_handler.py @@ -919,7 +919,7 @@ def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User): email_log: EmailLog = EmailLog.create( contact_id=contact.id, user_id=contact.user_id ) - + email_log.bounced = True email_log.refused_email_id = refused_email.id email_log.bounced_mailbox_id = mailbox.id