Son NK 6 年之前
父節點
當前提交
572ac772e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/email_utils.py

+ 1 - 1
app/email_utils.py

@@ -31,7 +31,7 @@ def send(to_email, subject, html_content, plain_content=None):
     LOG.d("sendgrid res:%s, email:%s", response.status_code, to_email)
 
 
-def notify_admin(subject, html_content):
+def notify_admin(subject, html_content=""):
     send(
         SUPPORT_EMAIL,
         subject,