This commit is contained in:
Son NK 2019-08-03 17:21:02 +02:00
parent 117f4110f8
commit 572ac772e9
1 changed files with 1 additions and 1 deletions

View File

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