From 06c81f98a829d066b236242a887a757d90521b10 Mon Sep 17 00:00:00 2001 From: khushal Date: Thu, 19 Dec 2024 17:35:02 +0530 Subject: [PATCH] (20241219) Minor name change. --- controllers_v2/core/auth_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers_v2/core/auth_token.py b/controllers_v2/core/auth_token.py index 5c99ff4..3e3c0dd 100644 --- a/controllers_v2/core/auth_token.py +++ b/controllers_v2/core/auth_token.py @@ -114,7 +114,7 @@ class CoreAuthTokenController(CoreBaseModel): alert_url: str = None, base_filter: dict = None, debug = True, - debug_prefix = "Core Base (C) | ", + debug_prefix = "Auth Token (C) | ", debug_only_errors = True ):