(20241207) Worked on telegram Bot and Safaricom's M-Pesa payments.

This commit is contained in:
2024-12-07 17:52:51 +05:30
parent 8b26baa29a
commit 9d5fb6805b
10 changed files with 983 additions and 47 deletions
+1 -1
View File
@@ -358,7 +358,7 @@ def messages_from_pydantic_exception(exception, as_str = True, sep = ", "):
def summarize_variable(
value,
str_limit = 100,
str_limit = 1024,
expand: bool | int = False,
sensitive_keys: list[str] = None
):