Unverified Commit 2874bac6 authored by Pastel!'s avatar Pastel! Committed by GitHub
Browse files

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

parent 035fa895
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment