Moved splash screen to the end
This commit is contained in:
parent
c52dd6a8ec
commit
cc3cd0b6dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue