forked from MirrorHub/synapse
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…
Reference in a new issue