Merge pull request #57 from Abdisto/master

Indent Fix for Anime Description in fzf preview
This commit is contained in:
Benedict Xavier
2025-01-21 09:25:47 +03:00
committed by GitHub

View File

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