diff options
Diffstat (limited to 'ext/ovh/soapi/zoneExport')
-rwxr-xr-x | ext/ovh/soapi/zoneExport | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/ovh/soapi/zoneExport b/ext/ovh/soapi/zoneExport index 7747ded4..8471f69c 100755 --- a/ext/ovh/soapi/zoneExport +++ b/ext/ovh/soapi/zoneExport @@ -14,7 +14,8 @@ def default(o): return list(iterable) return JSONEncoder.default(o) -wsdl = dirname(realpath(__file__)) + '/soapi-re-1.24.wsdl' +#wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' +wsdl = dirname(realpath(__file__)) + '/soapi.wsdl' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] |