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())