wip: get page from html module

This commit is contained in:
Cyrille L 2022-11-25 12:06:46 +01:00
parent a457c78610
commit 9f43f9a8a0
2 changed files with 4 additions and 4 deletions

View File

@ -342,5 +342,3 @@ def html_main_page(wip_html):
page = '%s\n%s%s'%(page, 4*' ', footer) page = '%s\n%s%s'%(page, 4*' ', footer)
msg_log = 'Use default footer in page. Unused file: %s'%files_tpl[2][0] msg_log = 'Use default footer in page. Unused file: %s'%files_tpl[2][0]
log.append_f(check.post_logs, msg_log, 0) log.append_f(check.post_logs, msg_log, 0)
#print(page)

View File

@ -118,8 +118,10 @@ def manage_wip(file_post, Force):
html.html_main_page(wip_html.rsplit('\n')) html.html_main_page(wip_html.rsplit('\n'))
wip_html = html.page wip_html = html.page
print('> Article HTML:') print('> Article HTML:\n', wip_html)
print(wip_html)
print(">", file_post)
#============================# #============================#