This commit is contained in:
yumoqing 2024-02-18 15:52:11 +08:00
parent e62fd1548d
commit 2f098db149

View File

@ -125,7 +125,7 @@ class AuthAPI(AppLogger):
@web.middleware
async def checkAuth(self,request,handler):
self.info(f'checkAuth() called ...{request.path}')
self.info(f'checkAuth() called ... {request.path=}')
t1 = time.time()
path = request.path
user = await auth.get_auth(request)