Skip to content

Commit

Permalink
Merge pull request #2150 from allmightyspiff/issues2149
Browse files Browse the repository at this point in the history
Fixed a bug in the config parser
  • Loading branch information
allmightyspiff authored May 16, 2024
2 parents fa6e642 + 82116c1 commit a85c090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SoftLayer/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_client_settings_config_file(**kwargs): # pylint: disable=inconsistent-r
'proxy': '',
'userid': '',
'access_token': '',
'verify': True
'verify': "True"
})
config.read(config_files)

Expand Down

0 comments on commit a85c090

Please sign in to comment.