diff --git a/generaterecords.py b/generaterecords.py index 5196a66..f92877c 100644 --- a/generaterecords.py +++ b/generaterecords.py @@ -62,7 +62,7 @@ if not os.path.isdir("build"): writefile = open("build/index.html","w") -writefile.write("\n\n \n \n \n praze • Records\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n
\n
\n

Record collection

\n
\n
") +writefile.write("\n\n \n \n \n praze • Records\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n
\n
\n

Record collection

\n
\n
") for record in smalls: writefile.write(recordwrite(record))