fix setupAE params

This commit is contained in:
v-kaywon 2017-07-24 16:03:35 -07:00
parent ae623333c2
commit 9c0626a878

View file

@ -66,7 +66,7 @@ def is_ae_qualified( server, uid, pwd ):
return false
return true;
def setupAE( server, dbname, uid, pwd):
def setupAE( conn_options, dbname ):
if platform.system() == 'Windows':
# import self signed certificate
dir_name = os.path.realpath(__file__)