Skip to content
Snippets Groups Projects
Commit e04b1d6b authored by David Baker's avatar David Baker
Browse files

Make pep8 happy

parent 55996088
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment