Need to render page
This commit is contained in:
parent
27eb2c347a
commit
78a8710a67
1 changed files with 3 additions and 0 deletions
|
@ -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())
|
||||
|
|
Loading…
Reference in a new issue