Delete the unnecessary part
This commit is contained in:
parent
f7acff5090
commit
108294b1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ def write_index(args,index, html, html_head, html_footer):
|
|||
if args.style:
|
||||
fs = open(args.style, "r")
|
||||
style = fs.read()
|
||||
styled_html_head = html_head % style
|
||||
styled_html_head = html_head# % style
|
||||
else:
|
||||
styled_html_head = html_head % ''
|
||||
print("---")
|
||||
|
|
|
|||
Loading…
Reference in a new issue