Need to render page

This commit is contained in:
Morten Delenk 2016-06-12 18:08:22 +02:00
parent 27eb2c347a
commit 78a8710a67

View file

@ -41,3 +41,6 @@ html.appendHTML("<input type=\"submit\" /></form>")
count=storage.count("comments-%i"%aid)
for i in range(count):
html.addArticle(**(storage.get("comments-%i"%aid,i)))
print("<!DOCTYPE html>")
print(html.renderSite())