Update utils.py

This commit is contained in:
Abdist
2025-01-16 13:07:54 +01:00
committed by GitHub
parent 309d7d5858
commit 73a99f8b96

View File

@@ -169,7 +169,7 @@ def write_search_results(
{template}
echo "
{textwrap.fill(
clean_html(anime.get('description', '')).replace('"', SINGLE_QUOTE), width=45
clean_html(anime.get('description', '').strip()).replace('"', SINGLE_QUOTE), width=45
)}
"
"""