fix:
This commit is contained in:
@ -48,7 +48,7 @@ class HttpCmdHandler(BaseHTTPServer.BaseHTTPRequestHandler):
|
|||||||
subdomain = c['subdomain'][0]
|
subdomain = c['subdomain'][0]
|
||||||
sharedSecret = c['sharedsecret'][0]
|
sharedSecret = c['sharedsecret'][0]
|
||||||
except KeyError, e:
|
except KeyError, e:
|
||||||
raise LocalException('Parameter missing: ' + e.msg)
|
raise LocalException('Parameter missing: ' + str(e))
|
||||||
|
|
||||||
dynid = subdomain
|
dynid = subdomain
|
||||||
zone = 'yadynns.net'
|
zone = 'yadynns.net'
|
||||||
|
Reference in New Issue
Block a user