From 06ff94a6c8bf3209886c8a4b48f89bb8184d5780 Mon Sep 17 00:00:00 2001 From: yh202109 Date: Sat, 13 Jul 2024 15:35:51 -0400 Subject: [PATCH] v0.2.20 --- mtbp3/health/ectd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtbp3/health/ectd.py b/mtbp3/health/ectd.py index e2786802..449c2122 100644 --- a/mtbp3/health/ectd.py +++ b/mtbp3/health/ectd.py @@ -100,7 +100,7 @@ def find_section_given_words(self, words, outfmt='simple', include='up', to_righ if len(split_row) > 1: first_part = split_row[0] second_part = split_row[1] - colored_second_part = self.color_output(second_part, words, "red") + colored_second_part = self.color_output(second_part, words=words, color="red") out_colored.append(f"{first_part} {colored_second_part}") else: out_colored.append(row)