Skip to content

Commit

Permalink
Updates name of mail pending notification DeamonTask
Browse files Browse the repository at this point in the history
  • Loading branch information
RobRuana committed Jul 8, 2017
1 parent 20c7edf commit 6343766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uber/automated_emails_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def notify_admins_of_any_pending_emails():
send_email(c.STAFF_EMAIL, c.STAFF_EMAIL, subject, body, format='html', model='n/a')


DaemonTask(notify_admins_of_any_pending_emails, interval=300, name="mail placeh")
DaemonTask(notify_admins_of_any_pending_emails, interval=300, name="mail pending notification")


def get_pending_email_data():
Expand Down

0 comments on commit 6343766

Please sign in to comment.