Skip to content

Commit 522b97f

Browse files
Merge branch 'master' of github.com:softlayer/softlayer-python
2 parents ec9291b + a85c090 commit 522b97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_client_settings_config_file(**kwargs): # pylint: disable=inconsistent-r
6161
'proxy': '',
6262
'userid': '',
6363
'access_token': '',
64-
'verify': True
64+
'verify': "True"
6565
})
6666
config.read(config_files)
6767

0 commit comments

Comments
 (0)