This commit is contained in:
Ubuntu
2020-10-20 01:23:18 +11:00
parent 3312387852
commit a36dc21c07
+1 -1
View File
@@ -171,7 +171,7 @@ class AlreadySaved(ValueError):
"""Raised when a report to be saved matches an existing report"""
def set_hosts(hosts, use_ssl=False, ssl_cert_path=None, timeout=60.0, username=None, password=None):
def set_hosts(hosts, use_ssl=False, ssl_cert_path=None, timeout=60.0, username, password):
"""
Sets the Elasticsearch hosts to use