summary refs log tree commit diff
path: root/synapse/push/mailer.py
diff options
context:
space:
mode:
authorDavid Baker <dave@matrix.org>2016-05-10 14:23:16 +0200
committerDavid Baker <dave@matrix.org>2016-05-10 14:23:16 +0200
commite04b1d6b0a6b6f2934e59e73a605e99da6ca9f5e (patch)
tree2dcf2110a83de055d7260e92d48f9b4c0933437c /synapse/push/mailer.py
parent Switch from CSS to Table layout for HTML mails so they work in Outlook ak... (diff)
downloadsynapse-e04b1d6b0a6b6f2934e59e73a605e99da6ca9f5e.tar.xz
Make pep8 happy
Diffstat (limited to 'synapse/push/mailer.py')
-rw-r--r--synapse/push/mailer.py2
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,