diff options
author | Stefan Ritter <xeno@thehappy.de> | 2011-02-07 23:07:33 +0100 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2011-02-07 23:11:16 +0100 |
commit | 92caac31aafb756c0a25524dd86017838d1ddc79 (patch) | |
tree | 735988717b44fae7166f1a7af4c072bdec482723 /blogthon.cgi | |
parent | 50e5c532f7792fd5eeacb4b4106a4e8e785776a0 (diff) |
Fix indention error
Diffstat (limited to '')
-rwxr-xr-x | blogthon.cgi | 2 |
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 = [] |