From 1b99a7e06fb2817beee273d7730e4b80449d905a Mon Sep 17 00:00:00 2001 From: halo Date: Thu, 17 Nov 2022 15:27:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B4=A6=E6=88=B7=E5=A4=87=E4=BB=BD?= =?UTF-8?q?=E9=82=AE=E4=BB=B6=E5=8F=91=E9=80=81=E6=89=BE=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=E6=96=87=E4=BB=B6bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/notifications.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assets/notifications.py b/apps/assets/notifications.py index 58c02686c..cded5a005 100644 --- a/apps/assets/notifications.py +++ b/apps/assets/notifications.py @@ -20,6 +20,6 @@ class AccountBackupExecutionTaskMsg(object): "please go to personal information -> file encryption password to set the encryption password").format(name) def publish(self, attachment_list=None): - send_mail_attachment_async.delay( + send_mail_attachment_async( self.subject, self.message, [self.user.email], attachment_list )