(20250117) Day-end push.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user