diff --git a/dangerzone/cli.py b/dangerzone/cli.py index dfac0ae..5e19fab 100644 --- a/dangerzone/cli.py +++ b/dangerzone/cli.py @@ -320,4 +320,10 @@ def display_banner() -> None: + Style.DIM + "│" ) - print(Back.BLACK + Fore.YELLOW + Style.DIM + "╰──────────────────────────╯") + print( + Back.BLACK + + Fore.YELLOW + + Style.DIM + + "╰──────────────────────────╯" + + Style.RESET_ALL + )