X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/07fe485fb0a119fb87f8ec948185b5acdd65300e..97b07684ccfce548a96ed5473bffc76fb0b39fb2:/forum/management/commands/send_email_alerts.py diff --git a/forum/management/commands/send_email_alerts.py b/forum/management/commands/send_email_alerts.py index 0931ab1..20e8a6a 100644 --- a/forum/management/commands/send_email_alerts.py +++ b/forum/management/commands/send_email_alerts.py @@ -112,7 +112,7 @@ class Command(NoArgsCommand): context['new_questions'] = False if context['new_users'] or context['activity_in_subscriptions'] or context['new_questions']: - send_email(digest_subject, (u.username, u.email), "notifications/digest.html", context, threaded=False) + send_email(digest_subject, [(u.username, u.email)], "notifications/digest.html", context, threaded=False) def get_digest_control(self):