added namespace and preserved order of parameters to be consistent with function declaration
This commit is contained in:
parent
9b8164b201
commit
ef18ed3248
@ -293,8 +293,9 @@ def ConnectNoSSL(host='localhost', port=443, user='root', pwd='',
|
|||||||
pwd=pwd,
|
pwd=pwd,
|
||||||
service=service,
|
service=service,
|
||||||
adapter=adapter,
|
adapter=adapter,
|
||||||
version=version,
|
namespace=namespace,
|
||||||
path=path,
|
path=path,
|
||||||
|
version=version,
|
||||||
keyFile=keyFile,
|
keyFile=keyFile,
|
||||||
certFile=certFile,
|
certFile=certFile,
|
||||||
thumbprint=thumbprint,
|
thumbprint=thumbprint,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user