From fd9b3b26589dc1d49d4042fa3bc9db7488da420d Mon Sep 17 00:00:00 2001 From: yangdx Date: Thu, 6 Feb 2025 01:21:42 +0800 Subject: [PATCH] Fix splash screen SSL line connector type. --- lightrag/api/lightrag_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightrag/api/lightrag_server.py b/lightrag/api/lightrag_server.py index fc6f1580..d80518c6 100644 --- a/lightrag/api/lightrag_server.py +++ b/lightrag/api/lightrag_server.py @@ -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="")