diff options
-rw-r--r-- | todolists/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolists/views.py b/todolists/views.py index 04cf9e77..f3576450 100644 --- a/todolists/views.py +++ b/todolists/views.py @@ -131,7 +131,7 @@ def send_todolist_email(todo): send_mail('arch: Package [%s] added to Todolist' % todo.pkg.pkgname, t.render(c), 'Arch Website Notification <nobody@archlinux.org>', - [pkg.maintainer.email], + [todo.pkg.maintainer.email], fail_silently=True) |