updated config.py of python client.

This commit is contained in:
geekerzp
2015-05-27 18:37:34 +08:00
parent b09250ed33
commit d7aaaea0df
4 changed files with 12 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ class ApiClient(object):
post_params = self.sanitize_for_serialization(post_params)
# auth setting
self.update_params_for_auth(header_params, query_params, auth_settings)
self.update_params_for_auth(headers, query_params, auth_settings)
# body
if body: