Delete the unnecessary part

This commit is contained in:
Hyunchul Kim 2020-11-19 01:23:53 +09:00
parent f7acff5090
commit 108294b1e7

View file

@ -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("---")