events started
This commit is contained in:
@@ -36,7 +36,7 @@ class ContextRetrievers:
|
||||
key_: str = ""
|
||||
RESPONSE_VALIDATOR = None
|
||||
|
||||
def __init__(self, func):
|
||||
def __init__(self, func, statics: Optional[str] = None):
|
||||
self.func = func
|
||||
if hasattr(self.func, "auth_context"):
|
||||
self.is_auth = True
|
||||
|
||||
Reference in New Issue
Block a user