diff options
author | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 19:02:14 -0400 |
---|---|---|
committer | Dusty Phillips <buchuki@gmail.com> | 2008-07-01 19:02:14 -0400 |
commit | d91e5e0268edb043a4ef9c5ed627f870b91253cc (patch) | |
tree | 859a36a4218b9bb487ee8cfdbacb9df83f5e2430 | |
parent | bd2344b0b5ac150602508a91000ff6a1448ede9a (diff) |
mistake
-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) |