bugfix
This commit is contained in:
parent
e62fd1548d
commit
2f098db149
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user