Fix splash screen SSL line connector type.

This commit is contained in:
yangdx
2025-02-06 01:21:42 +08:00
parent db9b4dc841
commit fd9b3b2658

View File

@@ -179,7 +179,7 @@ def display_splash_screen(args: argparse.Namespace) -> None:
ASCIIColors.yellow(f"{args.host}")
ASCIIColors.white(" ├─ Port: ", end="")
ASCIIColors.yellow(f"{args.port}")
ASCIIColors.white(" ─ SSL Enabled: ", end="")
ASCIIColors.white(" ─ SSL Enabled: ", end="")
ASCIIColors.yellow(f"{args.ssl}")
if args.ssl:
ASCIIColors.white(" ├─ SSL Cert: ", end="")