From 19f5bf1fc50000bf7f58b2bce1119aa40fb66831 Mon Sep 17 00:00:00 2001 From: Morten Delenk Date: Sun, 12 Jun 2016 18:12:09 +0200 Subject: [PATCH] please? --- comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.py b/comments.py index 3c069d8..da2fd24 100755 --- a/comments.py +++ b/comments.py @@ -35,7 +35,7 @@ html.appendHTML("
"%seed) html.appendHTML("
") html.appendHTML("
") -html.appendHTML("\"Captcha" % base64.b64encode(capt.getvalue()).encode("UTF-8")) +html.appendHTML("\"Captcha" % base64.b64encode(capt.getvalue()).decode("UTF-8")) html.appendHTML("") html.appendHTML("
") count=storage.count("comments-%i"%aid)