mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Reset terminal colors after printing the banner
This commit is contained in:
parent
983622fe59
commit
ed39c056bb
1 changed files with 7 additions and 1 deletions
|
@ -320,4 +320,10 @@ def display_banner() -> None:
|
||||||
+ Style.DIM
|
+ Style.DIM
|
||||||
+ "│"
|
+ "│"
|
||||||
)
|
)
|
||||||
print(Back.BLACK + Fore.YELLOW + Style.DIM + "╰──────────────────────────╯")
|
print(
|
||||||
|
Back.BLACK
|
||||||
|
+ Fore.YELLOW
|
||||||
|
+ Style.DIM
|
||||||
|
+ "╰──────────────────────────╯"
|
||||||
|
+ Style.RESET_ALL
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue