mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
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
Block a user