mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00:00
Make pep8 happy
This commit is contained in:
parent
5599608887
commit
e04b1d6b0a
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class Mailer(object):
|
||||||
multipart_msg.attach(html_part)
|
multipart_msg.attach(html_part)
|
||||||
|
|
||||||
logger.info("Sending email push notification to %s" % email_address)
|
logger.info("Sending email push notification to %s" % email_address)
|
||||||
#logger.debug(html_text)
|
# logger.debug(html_text)
|
||||||
|
|
||||||
yield sendmail(
|
yield sendmail(
|
||||||
self.hs.config.email_smtp_host,
|
self.hs.config.email_smtp_host,
|
||||||
|
|
Loading…
Add table
Reference in a new issue