This commit is contained in:
yumoqing 2022-09-27 14:03:16 +08:00
parent 97d0fc04b3
commit 35f23e980c
2 changed files with 1 additions and 14 deletions

View File

@ -7,7 +7,7 @@ from aiohttp_session import get_session, session_middleware
from aiohttp_session.cookie_storage import EncryptedCookieStorage from aiohttp_session.cookie_storage import EncryptedCookieStorage
from appPublic.jsonConfig import getConfig from appPublic.jsonConfig import getConfig
from appPublic.rsa import RSA from appPublic.rsawrap import RSA
from appPublic.app_logger import AppLogger from appPublic.app_logger import AppLogger
class AuthAPI(AppLogger): class AuthAPI(AppLogger):
def __init__(self): def __init__(self):

View File

@ -1,14 +1 @@
# apply a initial version for sqlor
#__version__ = '0.2.11'
# fixed bug in processorResource.py, delete import _WebHandler from aiohttp.web_urldispatcher
# __version__ = '0.2.12'
# fixed bug in restful.py delete import _WebHandler from aiohttp. web_urldispatcher
# __version__ = '0.2.13'
# use AppLogger in appPublic.app_logger to output log
# __version__ = '0.3.0'
# fix bug in _handle() function in processorResource.py
# __version__ = '0.3.1'
# fix bug in _handle() function in processorResource.py
# __version__ = '0.3.2'
# fix bug in _handle() function in processorResource.py
__version__ = '0.3.3' __version__ = '0.3.3'