diff options
-rwxr-xr-x | bin/web_kbn.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |