more pep8
This commit is contained in:
parent
f63bd4ff47
commit
05adc6c2de
|
@ -45,4 +45,4 @@ class Mailer(object):
|
||||||
|
|
||||||
smtp = smtplib.SMTP(self.smtp_host, self.smtp_port)
|
smtp = smtplib.SMTP(self.smtp_host, self.smtp_port)
|
||||||
smtp.sendmail(raw_from, raw_to, text_part.as_string())
|
smtp.sendmail(raw_from, raw_to, text_part.as_string())
|
||||||
smtp.quit()
|
smtp.quit()
|
||||||
|
|
Loading…
Reference in New Issue