diff --git a/src/worker/email.py b/src/worker/email.py index 1092760..5a925f3 100644 --- a/src/worker/email.py +++ b/src/worker/email.py @@ -114,8 +114,8 @@ async def _send_mandrill(self, email_info: EmailInfo, attachments: List[dict]): inline_css=True, important=self.m.important, attachments=attachments, - timeout_=15, ), + 'timeout_': 15, } send_ts = utcnow() job_try = self.ctx['job_try']