Moved splash screen to the end

This commit is contained in:
Saifeddine ALOUI 2025-01-24 17:22:41 +01:00 committed by GitHub
parent c52dd6a8ec
commit cc3cd0b6dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,