aboutsummaryrefslogtreecommitdiff
path: root/cli/new/command.py
diff options
context:
space:
mode:
authorJoris2023-09-17 15:12:36 +0200
committerJoris2023-09-17 15:12:36 +0200
commitf1eee98bb5144efc1aa242bad0e5676e12d882a5 (patch)
tree48374cac3a808fa9219c6338c8ac11d2a7f1935b /cli/new/command.py
parent61abb0a9a05bec2ce2ce58e2943eb1458b6b25c3 (diff)
Test formatting
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}