Update utils.py

This commit is contained in:
Abdist
2025-01-16 14:28:43 +01:00
committed by GitHub
parent 28a857520f
commit 4257502b85

View File

@@ -168,9 +168,7 @@ def write_search_results(
template = textwrap.dedent(template)
template = f"""
{template}
echo "
{textwrap.fill(clean_html(anime.get('description', '').strip()).replace('"', SINGLE_QUOTE), width=45)}
"
echo "{textwrap.fill(clean_html(anime.get('description', '').strip()).replace('"', SINGLE_QUOTE), width=45)}"
"""
future_to_task[executor.submit(save_info_from_str, template, title)] = title