From dbfed2e309596e3400227f587e607ecdff57906a Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 24 Nov 2020 21:15:31 -0500 Subject: [PATCH] Update elastic.py --- parsedmarc/elastic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parsedmarc/elastic.py b/parsedmarc/elastic.py index 762940e..95b95a7 100644 --- a/parsedmarc/elastic.py +++ b/parsedmarc/elastic.py @@ -179,6 +179,8 @@ def set_hosts(hosts, use_ssl=False, ssl_cert_path=None, username=None, password= hosts (str): A single hostname or URL, or list of hostnames or URLs use_ssl (bool): Use a HTTPS connection to the server ssl_cert_path (str): Path to the certificate chain + username (str): The username to use for authentication + password (str): The password to use for authentication timeout (float): Timeout in seconds """ if type(hosts) != list: