Added missing '

This commit is contained in:
Stefan Ritter 2009-07-24 16:23:07 +02:00
parent 0d757b0522
commit f24d0587a5
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ if cname and ctext and ctitle:
smtp.sendmail(blog_title, mail_to, msg) smtp.sendmail(blog_title, mail_to, msg)
smtp.quit() smtp.quit()
except: except:
errorpage('commentsfile seems not to be writable!) errorpage('commentsfile seems not to be writable!')
# Read entries and store their title and timestamp # Read entries and store their title and timestamp
entries = [] entries = []