0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00

Make pep8 happy

This commit is contained in:
David Baker 2016-05-10 14:23:16 +02:00
parent 5599608887
commit e04b1d6b0a

View file

@ -166,7 +166,7 @@ class Mailer(object):
multipart_msg.attach(html_part)
logger.info("Sending email push notification to %s" % email_address)
#logger.debug(html_text)
# logger.debug(html_text)
yield sendmail(
self.hs.config.email_smtp_host,