diff --git a/cgi-bin/uebung07/posts-store.py b/cgi-bin/uebung07/posts-store.py index 8e2d3da..d202c08 100755 --- a/cgi-bin/uebung07/posts-store.py +++ b/cgi-bin/uebung07/posts-store.py @@ -20,7 +20,7 @@ try: nicetime = strftime("%A, %d.%B %Y %H:%M Uhr") file_content = { "title": title, - "prettytime": nicetime, + "published": nicetime, "content" : content, "tags" : tags }