Commit 22e35227 authored by Serafino Pirronitto's avatar Serafino Pirronitto
Browse files

skipping 1st file since it's content should already be in the skeleton

parent 80157573
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -540,6 +540,8 @@ if __name__ == "__main__":

    #parse htmls
    for html_file in html_files:
        if html_file == "0--1.html":
            continue
        if DEBUG:
            print(f"Parsing: {html_file}")
        with open(html_file, "r") as file: