mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fixed ascii failed
This commit is contained in:
parent
0c51f82d68
commit
ccc899294f
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class AsciiBox(Configs):
|
|||
if self.ascii_characters:
|
||||
self.bullet: str = '•'
|
||||
self.done: str = '✔️'
|
||||
self.failed: str = '👎'
|
||||
self.failed: str = 'X'
|
||||
self.vertical_line: str = '│'
|
||||
self.horizontal_line: str = '─'
|
||||
self.horizontal_vertical: str = '┼'
|
||||
|
|
Loading…
Reference in a new issue