diff --git a/blogthon.cgi b/blogthon.cgi index 1fa1498..ed2ecb2 100755 --- a/blogthon.cgi +++ b/blogthon.cgi @@ -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 = []