mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
Update utils.py
This commit is contained in:
@@ -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
|
||||
)}
|
||||
"
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user