update sample, better handle of $ in naming

This commit is contained in:
wing328
2015-11-03 10:29:28 +08:00
parent eebb6c4dd0
commit 792726ddc5
4 changed files with 17 additions and 0 deletions

View File

@@ -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")