[Bugfix] Config got an unexpected keyword argument 'engine' (#8556)

This commit is contained in:
Pastel! 2024-09-21 05:00:45 +08:00 committed by GitHub
parent 035fa895ec
commit 2874bac618
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -121,7 +121,6 @@ async def run_server(args: Namespace,
shutdown_task = await serve_http(
app,
engine=engine,
host=args.host,
port=args.port,
log_level=args.log_level,