From 92caac31aafb756c0a25524dd86017838d1ddc79 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Mon, 7 Feb 2011 23:07:33 +0100 Subject: Fix indention error --- blogthon.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- cgit v1.2.3