From fbde45f86c7c6e5ce69ac7c666869084778e7f34 Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 11 Feb 2026 23:11:31 +0300 Subject: [PATCH] a f --- authManager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/authManager.py b/authManager.py index 9a3cba7..f76fa5b 100644 --- a/authManager.py +++ b/authManager.py @@ -47,6 +47,7 @@ class AuthManager: @wraps(func) async def wrapper(*args, **kwargs): if not self.enable: + logger.info("AUTH IS DISABLE") return await func(*args, **kwargs) request: Request = kwargs.get("request", None)