don't use googleapiclient static files

This commit is contained in:
Jay Lee
2021-03-11 10:25:51 -05:00
parent 89f0f01fd2
commit 2225625cd8

View File

@@ -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][