fix: typo in parameter name

This commit is contained in:
barredterra 2022-03-20 02:19:41 +01:00
parent 0d8733c462
commit 4b8efc5ebd

View file

@ -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