Fix indention error
This commit is contained in:
parent
50e5c532f7
commit
92caac31aa
@ -233,7 +233,7 @@ if cname and ctext and ctitle:
|
|||||||
smtp = SMTP(smtp_host)
|
smtp = SMTP(smtp_host)
|
||||||
smtp.starttls()
|
smtp.starttls()
|
||||||
smtp.sendmail(blog_title, mail_to, msg)
|
smtp.sendmail(blog_title, mail_to, msg)
|
||||||
smtp.quit()
|
smtp.quit()
|
||||||
|
|
||||||
# Read entries and store their title and timestamp
|
# Read entries and store their title and timestamp
|
||||||
entries = []
|
entries = []
|
||||||
|
Loading…
Reference in New Issue
Block a user