From 78a8710a6723e74f802a74e4b341ee73c83231e5 Mon Sep 17 00:00:00 2001 From: Morten Delenk Date: Sun, 12 Jun 2016 18:08:22 +0200 Subject: [PATCH] Need to render page --- comments.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/comments.py b/comments.py index fb85d15..0378fab 100755 --- a/comments.py +++ b/comments.py @@ -41,3 +41,6 @@ html.appendHTML("") count=storage.count("comments-%i"%aid) for i in range(count): html.addArticle(**(storage.get("comments-%i"%aid,i))) + +print("") +print(html.renderSite())