@ -102,7 +102,6 @@ def check_distribusi_index(args, index):
def write_index(args, index, html):
with open(index, "w") as index_file:
if not args.no_template:
if args.style:
file_style = open(args.style, "r")
style = file_style.read()
@ -114,7 +113,6 @@ def write_index(args, index, html):
for line in html:
index_file.write(line + "\n")
index_file.write(html_footer)