(20241204) Savvy Bulk SMS class made.

This commit is contained in:
2024-12-04 18:27:22 +05:30
parent a6f4986dc3
commit 7d5acfbd0d
2 changed files with 63 additions and 110 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ class AsyncNimbusSMS:
self.__printer = IceCreamDebugger(prefix = debug_prefix, includeContext = True)
if not debug: self.__printer.disable()
# Create an HTTP client to work with:
# Accept/create an HTTP client to work with:
if http_client: self.__http_client = http_client
else: self.__http_client = httpx.AsyncClient(
limits = httpx.Limits(