From 50671c5403e14ee208d0ab16badb8cf884698475 Mon Sep 17 00:00:00 2001 From: Morten Delenk Date: Sun, 12 Jun 2016 18:39:03 +0200 Subject: [PATCH] ONE CHARACTER!:wq :wq --- comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.py b/comments.py index 28682f9..c3422bc 100755 --- a/comments.py +++ b/comments.py @@ -43,7 +43,7 @@ checkstr=list("".join(random.choice(string.digits+string.ascii_lowercase) for _ image = ImageCaptcha() capt = image.generate(checkstr) html=htmlgen.HTMLgen(pagelayout.getLayoutXML().decode('utf-8'),"Comments") -html.appendHTML("
"%aid) html.appendHTML(""%seed) html.appendHTML("
") html.appendHTML("
")