From 86191fd652b2a084fe8881c80bcc915dbc5e9657 Mon Sep 17 00:00:00 2001 From: Evgeny Sorokin Date: Wed, 3 Apr 2024 04:10:13 +0300 Subject: aio fix --- bin/web_kbn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/web_kbn.py b/bin/web_kbn.py index f5e4823..0e7d3fb 100755 --- a/bin/web_kbn.py +++ b/bin/web_kbn.py @@ -560,7 +560,7 @@ async def debug(req: web.Request): url=str(req.url), method=req.method, ) - return await http.ajax_ok(info) + return http.ajax_ok(info) def init_web_app(app: web.Application): -- cgit v1.2.3