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

This commit is contained in:
Pastel!
2024-09-20 14:00:45 -07:00
committed by GitHub
parent 035fa895ec
commit 2874bac618
-1
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,