fix: Add missing comma in hooks.py (#7254)

This commit is contained in:
Suraj Shetty 2019-04-11 16:10:43 +05:30 committed by Faris Ansari
parent f2bed0945b
commit 662eb3c080

View file

@ -190,7 +190,7 @@ scheduler_events = {
"frappe.social.doctype.energy_point_log.energy_point_log.send_weekly_report"
],
"monthly": [
"frappe.email.doctype.auto_email_report.auto_email_report.send_monthly"
"frappe.email.doctype.auto_email_report.auto_email_report.send_monthly",
"frappe.social.doctype.energy_point_log.energy_point_log.send_monthly_report"
],
"monthly_long": [