We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0110cf commit 5ae088dCopy full SHA for 5ae088d
docs/thread_safety.md
@@ -17,7 +17,7 @@ from googleapiclient import discovery
17
18
# Create a new Http() object for every request
19
def build_request(http, *args, **kwargs):
20
- new_htpp = google_auth_httplib2.AuthorizedHttp(credentials, http=httplib2.Http())
+ new_http = google_auth_httplib2.AuthorizedHttp(credentials, http=httplib2.Http())
21
return googleapiclient.http.HttpRequest(new_http, *args, **kwargs)
22
service = discovery.build('api_name', 'api_version', requestBuilder=build_request)
23
0 commit comments