aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2011-02-07 23:07:33 +0100
committerStefan Ritter <xeno@thehappy.de>2011-02-07 23:11:16 +0100
commit92caac31aafb756c0a25524dd86017838d1ddc79 (patch)
tree735988717b44fae7166f1a7af4c072bdec482723
parent50e5c532f7792fd5eeacb4b4106a4e8e785776a0 (diff)
Fix indention error
-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 = []