Fix indention error

This commit is contained in:
Stefan Ritter 2011-02-07 23:07:33 +01:00
parent 50e5c532f7
commit 92caac31aa
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ if cname and ctext and ctitle:
smtp = SMTP(smtp_host)
smtp.starttls()
smtp.sendmail(blog_title, mail_to, msg)
smtp.quit()
smtp.quit()
# Read entries and store their title and timestamp
entries = []