corrected function call

This commit is contained in:
Lance Hasson
2016-06-14 16:06:51 -07:00
parent 09d0127c27
commit c0cd02a545

View File

@@ -288,12 +288,12 @@ def ConnectNoSSL(host='localhost', port=443, user='root', pwd='',
sslContext = None sslContext = None
return Connect(host=host, return Connect(host=host,
port=portNumber, port=port,
user=user, user=user,
pwd=pwd, pwd=pwd,
service=service, service=service,
adapter='SOAP', adapter=adapter,
version=supportedVersion, version=version,
path=path, path=path,
keyFile=keyFile, keyFile=keyFile,
certFile=certFile, certFile=certFile,