diff --git a/fastanime/cli/interfaces/utils.py b/fastanime/cli/interfaces/utils.py index bc114d2..f328bd0 100644 --- a/fastanime/cli/interfaces/utils.py +++ b/fastanime/cli/interfaces/utils.py @@ -162,7 +162,7 @@ def write_search_results( echo -n -e "{get_true_fg("─",*SEPARATOR_COLOR,bold=False)}" ((ll++)) done - echo + echo "test" # echo "{get_true_fg('Description:',*HEADER_COLOR).replace('"',SINGLE_QUOTE)}" """ template = textwrap.dedent(template)