aboutsummaryrefslogtreecommitdiff
path: root/cli/new/command.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli/new/command.py')
-rw-r--r--cli/new/command.py4
1 files changed, 2 insertions, 2 deletions
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}