mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-11-02 10:49:34 +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()
|
||||
display_splash_screen(args)
|
||||
|
||||
return args
|
||||
|
||||
@ -1533,6 +1532,7 @@ def main():
|
||||
import uvicorn
|
||||
|
||||
app = create_app(args)
|
||||
display_splash_screen(args)
|
||||
uvicorn_config = {
|
||||
"app": app,
|
||||
"host": args.host,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user