bugfix
This commit is contained in:
parent
97d0fc04b3
commit
35f23e980c
@ -7,7 +7,7 @@ from aiohttp_session import get_session, session_middleware
|
||||
from aiohttp_session.cookie_storage import EncryptedCookieStorage
|
||||
|
||||
from appPublic.jsonConfig import getConfig
|
||||
from appPublic.rsa import RSA
|
||||
from appPublic.rsawrap import RSA
|
||||
from appPublic.app_logger import AppLogger
|
||||
class AuthAPI(AppLogger):
|
||||
def __init__(self):
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user