aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/web_kbn.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web_kbn.py b/bin/web_kbn.py
index b5bfa74..f5e4823 100755
--- a/bin/web_kbn.py
+++ b/bin/web_kbn.py
@@ -557,7 +557,7 @@ async def debug(req: web.Request):
info = dict(
# headers=req.headers,
host=req.headers.get('Host'),
- url=req.url,
+ url=str(req.url),
method=req.method,
)
return await http.ajax_ok(info)