fix: typo in parameter name
This commit is contained in:
parent
0d8733c462
commit
4b8efc5ebd
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ download only after 24 hours.""" % {
|
|||
datetime_str.strftime("%d/%m/%Y %H:%M:%S") + """ - Backup ready to be downloaded"""
|
||||
)
|
||||
|
||||
frappe.sendmail(recipients=recipient_list, msg=msg, subject=subject)
|
||||
frappe.sendmail(recipients=recipient_list, message=msg, subject=subject)
|
||||
return recipient_list
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue