forked from loafle/openapi-generator-original
update sample, better handle of $ in naming
This commit is contained in:
@@ -72,6 +72,10 @@ class Configuration(object):
|
||||
# Password for HTTP basic authentication
|
||||
self.password = ""
|
||||
|
||||
# access token for OAuth
|
||||
self.access_token = ""
|
||||
|
||||
|
||||
# Logging Settings
|
||||
self.logger = {}
|
||||
self.logger["package_logger"] = logging.getLogger("swagger_client")
|
||||
|
||||
Reference in New Issue
Block a user