# HG changeset patch # User Goffi # Date 1458055542 -3600 # Node ID c38bcc0343b68302daea8a3b33a86048071c2b17 # Parent 3b75ab26f09be4b88625bb92e442a0b0936d8e81 jp (blog): added "updated" to keys to keys to remove from tmp metadata diff -r 3b75ab26f09b -r c38bcc0343b6 frontends/src/jp/cmd_blog.py --- a/frontends/src/jp/cmd_blog.py Fri Mar 11 16:39:39 2016 +0100 +++ b/frontends/src/jp/cmd_blog.py Tue Mar 15 16:25:42 2016 +0100 @@ -58,7 +58,7 @@ BLOG_TMP_DIR="blog" METADATA_SUFF = '_metadata.json' # key to remove from metadata tmp file if they exist -KEY_TO_REMOVE_METADATA = ('id','content', 'content_xhtml', 'comments_node', 'comments_service') +KEY_TO_REMOVE_METADATA = ('id','content', 'content_xhtml', 'comments_node', 'comments_service', 'updated') URL_REDIRECT_PREFIX = 'url_redirect_' INOTIFY_INSTALL = '"pip install inotify"'