mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-06 17:53:40 -08:00
Update utils.py
strip() was not neccessary
This commit is contained in:
@@ -168,7 +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', '')).replace('"', SINGLE_QUOTE), width=45)}"
|
||||
"""
|
||||
future_to_task[executor.submit(save_info_from_str, template, title)] = title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user