From 3a6e005f3a7493550ceed16f494c84391d6e003c Mon Sep 17 00:00:00 2001 From: Abdist Date: Thu, 16 Jan 2025 12:55:04 +0100 Subject: [PATCH] Update utils.py --- fastanime/cli/interfaces/utils.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastanime/cli/interfaces/utils.py b/fastanime/cli/interfaces/utils.py index dc412b6..d590e18 100644 --- a/fastanime/cli/interfaces/utils.py +++ b/fastanime/cli/interfaces/utils.py @@ -158,8 +158,8 @@ def write_search_results( echo "{get_true_fg('Media List:',*HEADER_COLOR)} {mediaListName.replace('"',SINGLE_QUOTE)}" echo "{get_true_fg('Progress:',*HEADER_COLOR)} {progress}" ll=2 - while [ $ll -le $FZF_PREVIEW_COLUMNS ];do - echo -n -e "{get_true_fg("─",*SEPARATOR_COLOR,bold=False)}" + while [ $ll -le $FZF_PREVIEW_COLUMNS ]; do + echo -n -e "{get_true_fg('─', *SEPARATOR_COLOR, bold=False)}" ((ll++)) done echo