From 2225625cd891eff9c67de0db641d7e71f4a23b85 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Thu, 11 Mar 2021 10:25:51 -0500 Subject: [PATCH] don't use googleapiclient static files --- src/gam/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gam/__init__.py b/src/gam/__init__.py index 04219e29..18725b6e 100755 --- a/src/gam/__init__.py +++ b/src/gam/__init__.py @@ -910,6 +910,7 @@ def getService(api, http): version, http=http, cache_discovery=False, + static_discovery=False, discoveryServiceUrl=discoveryServiceUrl) GM_Globals[GM_CURRENT_API_SERVICES].setdefault(api, {}) GM_Globals[GM_CURRENT_API_SERVICES][api][