Skip to content

Commit 66e5116

Browse files
authored
[PYTHON] use customized default Configuration() objects if configured by the programmer (#8500)
1 parent b4b6f31 commit 66e5116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/templates/api_client.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ApiClient(object):
6161
def __init__(self, configuration=None, header_name=None, header_value=None,
6262
cookie=None, pool_threads=1):
6363
if configuration is None:
64-
configuration = Configuration()
64+
configuration = Configuration.get_default_copy()
6565
self.configuration = configuration
6666
self.pool_threads = pool_threads
6767

0 commit comments

Comments
 (0)