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

@ -129,6 +129,8 @@ def manage_wip(file_post, Force):
page_file.write(wip_html)
page_file.close()
time_wip = log.nowdate()
print("T",time_wip)