mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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
Block a user