[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(
|
||||
app,
|
||||
engine=engine,
|
||||
host=args.host,
|
||||
port=args.port,
|
||||
log_level=args.log_level,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user