From 45791520825e4672a2df287b8cb33a6a61e7bff1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 25 Aug 2025 10:54:07 +0800 Subject: [PATCH] bugfix --- README.md | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84914c8..4efae97 100755 --- a/README.md +++ b/README.md @@ -445,6 +445,6 @@ add a new global function named "server_error(errcode)", it will raise a HTTPExc * 503 aiohttp.web.HTTPServiceUnavailable 服务不可用 else it will raise HTTPException exception -#### request['run_ns'] -global environment now can access from request['run_ns'], it contains all the globals variable in ServerEnv and related variables of request +#### request._run_ns +global environment now can access from request._run_ns, it contains all the globals variable in ServerEnv and related variables of request diff --git a/setup.cfg b/setup.cfg index efddaa3..06e3d25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # setup.cfg [metadata] name = ahserver -version = 1.0.8 +version = 1.0.9 description = A application server base on aiohttp author = yu moqing author_email = yumoqing@gmail.com