aboutsummaryrefslogtreecommitdiffstats
path: root/blogthon.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'blogthon.cgi')
-rwxr-xr-xblogthon.cgi2
1 files changed, 1 insertions, 1 deletions
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 = []