[Bugfix] Config got an unexpected keyword argument 'engine' (#8556)
This commit is contained in:
parent
035fa895ec
commit
2874bac618
@ -121,7 +121,6 @@ async def run_server(args: Namespace,
|
|||||||
|
|
||||||
shutdown_task = await serve_http(
|
shutdown_task = await serve_http(
|
||||||
app,
|
app,
|
||||||
engine=engine,
|
|
||||||
host=args.host,
|
host=args.host,
|
||||||
port=args.port,
|
port=args.port,
|
||||||
log_level=args.log_level,
|
log_level=args.log_level,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user