check: fixed for empty markers in header post

This commit is contained in:
Cyrille L 2022-11-25 17:40:37 +01:00
parent a2045a62ba
commit 6c0486cd0a
1 changed files with 3 additions and 1 deletions

View File

@ -128,7 +128,9 @@ def manage_wip(file_post, Force):
page_file = open(wip_file, 'w') page_file = open(wip_file, 'w')
page_file.write(wip_html) page_file.write(wip_html)
page_file.close() page_file.close()
time_wip = log.nowdate()
print("T",time_wip)