mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-08 02:06:13 +00:00
[PYTHON] use customized default Configuration() objects if configured by the programmer (#8500)
This commit is contained in:
@@ -66,7 +66,7 @@ class ApiClient(object):
|
||||
def __init__(self, configuration=None, header_name=None, header_value=None,
|
||||
cookie=None, pool_threads=1):
|
||||
if configuration is None:
|
||||
configuration = Configuration()
|
||||
configuration = Configuration.get_default_copy()
|
||||
self.configuration = configuration
|
||||
self.pool_threads = pool_threads
|
||||
|
||||
|
||||
Reference in New Issue
Block a user