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