Comment out some debugs (whoops)
This commit is contained in:
@@ -40,9 +40,9 @@ class API:
|
||||
else:
|
||||
ssl_verify_arg = self.__verify_ssl
|
||||
|
||||
print(f"API::get -> hostname {hostname}")
|
||||
print(f"API::get -> verify_ssl was {verify_ssl}")
|
||||
print(f"API::get -> ssl_verify_arg became {ssl_verify_arg}")
|
||||
# print(f"API::get -> hostname {hostname}")
|
||||
# print(f"API::get -> verify_ssl was {verify_ssl}")
|
||||
# print(f"API::get -> ssl_verify_arg became {ssl_verify_arg}")
|
||||
|
||||
if self.__ca_bundle is not None:
|
||||
ssl_verify_arg = self.__ca_bundle
|
||||
|
||||
Reference in New Issue
Block a user