diff options
author | Joris | 2023-09-17 15:12:36 +0200 |
---|---|---|
committer | Joris | 2023-09-17 15:12:36 +0200 |
commit | f1eee98bb5144efc1aa242bad0e5676e12d882a5 (patch) | |
tree | 48374cac3a808fa9219c6338c8ac11d2a7f1935b /cli/new/command.py | |
parent | 61abb0a9a05bec2ce2ce58e2943eb1458b6b25c3 (diff) |
Test formatting
Diffstat (limited to 'cli/new/command.py')
-rw-r--r-- | cli/new/command.py | 4 |
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} |