From 2e1f5ec17c08e04ceaeb0ba8118a003cf65c070d Mon Sep 17 00:00:00 2001 From: Artemy Belousov Date: Wed, 29 Oct 2025 18:42:22 +0400 Subject: [PATCH] Update client.py --- gslides_api/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gslides_api/client.py b/gslides_api/client.py index 54a9ecf..b8572a0 100644 --- a/gslides_api/client.py +++ b/gslides_api/client.py @@ -472,6 +472,7 @@ def _get_thumbnail(): logger = logging.getLogger(__name__) +# TODO: initialize_global_client() function instead of this def initialize_credentials(credential_location: str): """