wip: get page from html module
This commit is contained in:
parent
a457c78610
commit
9f43f9a8a0
|
@ -342,5 +342,3 @@ def html_main_page(wip_html):
|
|||
page = '%s\n%s%s'%(page, 4*' ', footer)
|
||||
msg_log = 'Use default footer in page. Unused file: %s'%files_tpl[2][0]
|
||||
log.append_f(check.post_logs, msg_log, 0)
|
||||
|
||||
#print(page)
|
||||
|
|
|
@ -118,8 +118,10 @@ def manage_wip(file_post, Force):
|
|||
html.html_main_page(wip_html.rsplit('\n'))
|
||||
|
||||
wip_html = html.page
|
||||
print('> Article HTML:')
|
||||
print(wip_html)
|
||||
print('> Article HTML:\n', wip_html)
|
||||
|
||||
print(">", file_post)
|
||||
|
||||
|
||||
|
||||
#============================#
|
||||
|
|
Loading…
Reference in New Issue