update python petstore samples

This commit is contained in:
William Cheng
2018-11-08 21:47:16 +08:00
parent 3969afb2ff
commit 1522855915
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ class ApiClient(object):
_pool = None
def __init__(self, configuration=None, header_name=None, header_value=None,
cookie=None, pool_threads=1):
cookie=None, pool_threads=None):
if configuration is None:
configuration = Configuration()
self.configuration = configuration