From f1eee98bb5144efc1aa242bad0e5676e12d882a5 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 17 Sep 2023 15:12:36 +0200 Subject: Test formatting --- cli/new/command.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/new/command.py') diff --git a/cli/new/command.py b/cli/new/command.py index 9f5e5dc..dae0be7 100644 --- a/cli/new/command.py +++ b/cli/new/command.py @@ -42,9 +42,9 @@ def run(books_library, book_source=None): metadata = f"""title = "{title}" subtitle = "{subtitle}" - authors = {format.format_list(authors)} + authors = {format.list(authors)} authorsSort = "{author_sort}" - genres = {format.format_list(genres)} + genres = {format.list(genres)} date = {year} summary = \"\"\" {summary} -- cgit v1.2.3