check: fixed for empty markers in header post
This commit is contained in:
parent
a2045a62ba
commit
6c0486cd0a
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue