From 6fec1bcc7bbd23ab3e1d4e13f7c6a4d717b2d96e Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 25 Jul 2023 15:53:54 -0700 Subject: fix(html): fix more manga title cases --- src/due/html.py | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/due/html.py b/src/due/html.py index b2861ce..ae8ae2c 100644 --- a/src/due/html.py +++ b/src/due/html.py @@ -39,16 +39,16 @@ def anime_to_html(releasing_outdated_anime): def manga_to_html(releasing_outdated_manga): current_html = ["") - return ("".join(current_html), len(titles)) + return ("".join(current_html), len(ids)) def page(main_content, footer): -- cgit v1.2.3