Skip to content

Commit 7973816

Browse files
washcyclerysteboe
authored andcommitted
fixed CONFIG_NAME_SSL_CA_CERT not being checked
1 parent c685652 commit 7973816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaggle/api/kaggle_api_extended.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _load_config(self, config_data):
173173

174174
# Cert File
175175

176-
if self.CONFIG_NAME_CA_CERTS in config_data:
176+
if self.CONFIG_NAME_SSL_CA_CERT in config_data:
177177
configuration.ssl_ca_cert = config_data[self.CONFIG_NAME_SSL_CA_CERT]
178178

179179
# Keep config values with class instance, and load api client!

0 commit comments

Comments
 (0)