aio fix
This commit is contained in:
parent
6efda94254
commit
86191fd652
@ -560,7 +560,7 @@ async def debug(req: web.Request):
|
|||||||
url=str(req.url),
|
url=str(req.url),
|
||||||
method=req.method,
|
method=req.method,
|
||||||
)
|
)
|
||||||
return await http.ajax_ok(info)
|
return http.ajax_ok(info)
|
||||||
|
|
||||||
|
|
||||||
def init_web_app(app: web.Application):
|
def init_web_app(app: web.Application):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user