diff --git a/get_unsong.py b/get_unsong.py index 0db5e52..0e7b00b 100644 --- a/get_unsong.py +++ b/get_unsong.py @@ -82,7 +82,7 @@ def create_book(): fp.write("
") if INCLUDE_AUTOGEN_COVER: fp.write("" % make_cover()) - + fp.write("
") fp.write("
") fp.write("\n\n\n".join(nchapters)) fp.write("
") @@ -220,7 +220,7 @@ def get_next(next): previous, html, details, next = get_url(next) if details["type"] == "author note": if INCLUDE_AUTHOR_NOTES == "appendix": - AUTHOR_NOTES.append(html) + AUTHOR_NOTES.append(html) elif INCLUDE_AUTHOR_NOTES: CHAPTERS.append(html) elif details["type"] == "tosefta":