diff --git a/src/var/lib/tyto/program/wip.py b/src/var/lib/tyto/program/wip.py index 3cbea08..99f249e 100644 --- a/src/var/lib/tyto/program/wip.py +++ b/src/var/lib/tyto/program/wip.py @@ -38,8 +38,10 @@ def manage_wip(target, option): # Load DB post_db = '%s%s'%(domain_db, post_db) exec(open(post_db).read(),globals()) + if not hash_wip: continue + print("->", root_uri) - hash_post = tyto.get_filesum(post_db, True) # From content file + hash_post = tyto.get_filesum(root_uri, True) # From content file wip_article(root_uri) return