Updated for color

This commit is contained in:
Dimitris Zlatanidis 2023-05-16 17:51:23 +03:00
parent 01ec9ac30b
commit 31338467dc

View file

@ -79,7 +79,7 @@ class AsciiBox(Configs):
f"{self.bgreen}{self.vertical_line}{self.endc}")
def draw_bottom_line(self) -> None:
print(f"{self.bold}{self.green}{self.lower_left_corner}{self.horizontal_line * (self.columns - 2)}"
print(f"{self.bgreen}{self.lower_left_corner}{self.horizontal_line * (self.columns - 2)}"
f"{self.lower_right_corner}{self.endc}")
def draw_checksum_error_box(self, name: str, checksum: str, file_check: str) -> None: