mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00:00
pep8
This commit is contained in:
parent
3facde2536
commit
311b5ce051
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ class Mailer(object):
|
||||||
multipart_msg.attach(text_part)
|
multipart_msg.attach(text_part)
|
||||||
multipart_msg.attach(html_part)
|
multipart_msg.attach(html_part)
|
||||||
|
|
||||||
|
|
||||||
yield sendmail(
|
yield sendmail(
|
||||||
self.hs.config.email_smtp_host,
|
self.hs.config.email_smtp_host,
|
||||||
raw_from, raw_to, multipart_msg.as_string(),
|
raw_from, raw_to, multipart_msg.as_string(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue