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:
|
if args.style:
|
||||||
fs = open(args.style, "r")
|
fs = open(args.style, "r")
|
||||||
style = fs.read()
|
style = fs.read()
|
||||||
styled_html_head = html_head % style
|
styled_html_head = html_head# % style
|
||||||
else:
|
else:
|
||||||
styled_html_head = html_head % ''
|
styled_html_head = html_head % ''
|
||||||
print("---")
|
print("---")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue