mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-17 22:43:52 -05: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 = 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…
Add table
Add a link
Reference in a new issue