yangdx commited on
Commit
058a611
Β·
1 Parent(s): c9478bb

Fix splash screen SSL line connector type.

Browse files
Files changed (1) hide show
  1. lightrag/api/lightrag_server.py +1 -1
lightrag/api/lightrag_server.py CHANGED
@@ -179,7 +179,7 @@ def display_splash_screen(args: argparse.Namespace) -> None:
179
  ASCIIColors.yellow(f"{args.host}")
180
  ASCIIColors.white(" β”œβ”€ Port: ", end="")
181
  ASCIIColors.yellow(f"{args.port}")
182
- ASCIIColors.white(" β”œβ”€ SSL Enabled: ", end="")
183
  ASCIIColors.yellow(f"{args.ssl}")
184
  if args.ssl:
185
  ASCIIColors.white(" β”œβ”€ SSL Cert: ", end="")
 
179
  ASCIIColors.yellow(f"{args.host}")
180
  ASCIIColors.white(" β”œβ”€ Port: ", end="")
181
  ASCIIColors.yellow(f"{args.port}")
182
+ ASCIIColors.white(" └─ SSL Enabled: ", end="")
183
  ASCIIColors.yellow(f"{args.ssl}")
184
  if args.ssl:
185
  ASCIIColors.white(" β”œβ”€ SSL Cert: ", end="")