mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-14 00:54:28 +00:00
Moved splash screen to the end
This commit is contained in:
parent
c52dd6a8ec
commit
cc3cd0b6dd
@ -417,7 +417,6 @@ def parse_args() -> argparse.Namespace:
|
|||||||
|
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
display_splash_screen(args)
|
|
||||||
|
|
||||||
return args
|
return args
|
||||||
|
|
||||||
@ -1533,6 +1532,7 @@ def main():
|
|||||||
import uvicorn
|
import uvicorn
|
||||||
|
|
||||||
app = create_app(args)
|
app = create_app(args)
|
||||||
|
display_splash_screen(args)
|
||||||
uvicorn_config = {
|
uvicorn_config = {
|
||||||
"app": app,
|
"app": app,
|
||||||
"host": args.host,
|
"host": args.host,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user