Update utils.py

This commit is contained in:
Abdist
2025-01-16 13:44:01 +01:00
committed by GitHub
parent 57d16b3e18
commit 39703d9eca

View File

@@ -167,11 +167,11 @@ def write_search_results(
template = textwrap.dedent(template)
template = f"""
{template}
echo "
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