Skip to content

Commit

Permalink
Merge pull request #5 from steakknife/master
Browse files Browse the repository at this point in the history
announcements@
  • Loading branch information
Brian Klug committed Sep 29, 2011
2 parents e9a9dec + f1bd6cc commit 0bd7d83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def get(self):
if self.request.get('sendemail'):
weekof = (datetime.now(Pacific())-timedelta(days=7)).strftime("%b %e")
mail.send_mail(sender="Signin Machine <signin@hackerdojo.com>",
to="members@hackerdojo.com",
to="announcements@hackerdojo.com",
subject="Hacker Dojo Member Appreciation - Week of " + weekof,
body=content)
self.response.out.write(content)
Expand Down

0 comments on commit 0bd7d83

Please sign in to comment.