feat - turn_off_message_logging
This commit is contained in:
parent
644d8c71b8
commit
8b6d686e52
@ -45,6 +45,7 @@ _async_failure_callback: List[Callable] = (
|
||||
) # internal variable - async custom callbacks are routed here.
|
||||
pre_call_rules: List[Callable] = []
|
||||
post_call_rules: List[Callable] = []
|
||||
turn_off_message_logging: Optional[bool] = False
|
||||
## end of callbacks #############
|
||||
|
||||
email: Optional[str] = (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user