webmention: fix email subject

pull/27/head
Ryan Barrett 2017-10-16 18:26:17 -07:00
rodzic c5c05f3acb
commit 52ee8f8c54
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,7 @@ class WebmentionHandler(webapp2.RequestHandler):
target = util.get_required_param(self, 'target')
try:
msg = 'Bridgy Fed: new webmention from %s !'
msg = 'Bridgy Fed: new webmention from %s !' % source
mail.send_mail(
sender='admin@bridgy-federated.appspotmail.com',
to='bridgy-fed@ryanb.org',