feat - turn_off_message_logging

This commit is contained in:
Ishaan Jaff
2024-04-27 10:01:09 -07:00
parent 644d8c71b8
commit 8b6d686e52
+1
View File
@@ -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] = (