mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-07 00:16:57 +00:00
more pep8
This commit is contained in:
parent
f63bd4ff47
commit
05adc6c2de
1 changed files with 1 additions and 1 deletions
|
@ -45,4 +45,4 @@ class Mailer(object):
|
|||
|
||||
smtp = smtplib.SMTP(self.smtp_host, self.smtp_port)
|
||||
smtp.sendmail(raw_from, raw_to, text_part.as_string())
|
||||
smtp.quit()
|
||||
smtp.quit()
|
||||
|
|
Loading…
Add table
Reference in a new issue