|
|
|
@ -41,7 +41,7 @@ def render():
|
|
|
|
|
)
|
|
|
|
|
entries.append(html)
|
|
|
|
|
|
|
|
|
|
last_update = datetime.now().strftime('%d-%m-%y %H:%M:%S')
|
|
|
|
|
last_update = datetime.now().strftime('%d-%m-%y %X')
|
|
|
|
|
|
|
|
|
|
with open("index.html", "w") as r:
|
|
|
|
|
r.write(render_template("render.html", contents=entries, last_update=last_update))
|
|
|
|
|