mirror of https://github.com/jumpserver/jumpserver
fix: 账户备份邮件发送找不到文件bug
parent
a42641ca9a
commit
1b99a7e06f
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue