diff --git a/main.py b/main.py index fddc94a..4d8bb7a 100644 --- a/main.py +++ b/main.py @@ -6,6 +6,7 @@ import requests def write_html(df, filename, css=None): books_as_html = df[["Titel ", "Autor*in", "Sprache", "Kategorie"]].to_html() with open(filename, "w", encoding="utf-8") as file: + file.writelines('\n') file.writelines('\n') file.writelines('\n') if css: