🐞 fix(log): bug

This commit is contained in:
kalicyh
2025-02-18 00:45:54 +08:00
parent 2acee60d73
commit cfcb6cb97d
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -1,6 +1,7 @@
from config.logger import setup_logging
TAG = __name__
logger = setup_logging()
class AuthenticationError(Exception):