Fix variable naming

master
manmorjim 5 years ago
parent 55ebc73f9e
commit c8410541a4

@ -220,7 +220,7 @@ $$
import httplib as client
except:
from http import client
python_v3 = False
python_v2 = False
params = plpy.execute("select c.host, c.port, c.timeout, c.auth from @extschema@._CDB_Group_API_Conf() c;")[0]
if params['host'] is None:

Loading…
Cancel
Save