(20250117) Day-end push.

This commit is contained in:
2025-01-17 18:57:25 +05:30
parent be9bdf797a
commit 8ab63d036d
7 changed files with 558 additions and 499 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class AsyncGoogleBase:
http_client: httpx.AsyncClient,
redirect_url: str = None,
debug = True,
debug_prefix = "GMail | ",
debug_prefix = "Google | ",
debug_only_errors = True
):
@@ -129,7 +129,7 @@ SCOPES_GMAIL_FULL = [
# *****************************************************************************************************************
class AsyncGMailClient(AsyncGoogleBase):
class AsyncGmailClient(AsyncGoogleBase):
async def get_user_profile(
self,