mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for color
This commit is contained in:
parent
01ec9ac30b
commit
31338467dc
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue