diff options
author | David Baker <dave@matrix.org> | 2016-05-10 14:23:16 +0200 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2016-05-10 14:23:16 +0200 |
commit | e04b1d6b0a6b6f2934e59e73a605e99da6ca9f5e (patch) | |
tree | 2dcf2110a83de055d7260e92d48f9b4c0933437c /synapse/push | |
parent | Switch from CSS to Table layout for HTML mails so they work in Outlook ak... (diff) | |
download | synapse-e04b1d6b0a6b6f2934e59e73a605e99da6ca9f5e.tar.xz |
Make pep8 happy
Diffstat (limited to 'synapse/push')
-rw-r--r-- | synapse/push/mailer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/push/mailer.py b/synapse/push/mailer.py index 3c38321fdd..7031fa6d55 100644 --- a/synapse/push/mailer.py +++ b/synapse/push/mailer.py @@ -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, |