diff options
Diffstat (limited to 'ext/ovh/soapi/zoneEntryAdd')
-rwxr-xr-x | ext/ovh/soapi/zoneEntryAdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ovh/soapi/zoneEntryAdd b/ext/ovh/soapi/zoneEntryAdd index 20ecd1fd..7a2f7f7f 100755 --- a/ext/ovh/soapi/zoneEntryAdd +++ b/ext/ovh/soapi/zoneEntryAdd @@ -15,7 +15,7 @@ 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' soap = WSDL.Proxy(wsdl) username = environ['KREBS_OVH_USER'] |