From 5ed2bbf59c3a2abb02c933fabdb4743f1b5c7bd0 Mon Sep 17 00:00:00 2001 From: sheldonmmu <158452813+sheldonmmu@users.noreply.github.com> Date: Sun, 9 Jun 2024 15:34:24 +0100 Subject: [PATCH] reduce text size on cover --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index effca91..149f3fb 100644 --- a/main.py +++ b/main.py @@ -137,7 +137,7 @@ def get_image_as_base64(image_path): Book Cover -
+
{(title.get('title', 'N/A')[:60] + '...' if len(title.get('title', 'N/A')) > 60 else title.get('title', 'N/A'))}