Make pep8 happy
This commit is contained in:
parent
5599608887
commit
e04b1d6b0a
|
@ -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…
Reference in New Issue