This commit is contained in:
Wolfgang Hottgenroth
2009-02-20 21:33:37 +01:00
parent 51b437f192
commit 30cbcdab92
2 changed files with 4 additions and 3 deletions

View File

@ -77,8 +77,8 @@ class HttpCmdHandler(BaseHTTPServer.BaseHTTPRequestHandler):
def setAddress(self, c, address):
try:
dynId = c['dynid'][0]
sharedSecret = c['sharedsecret'][0]
dynId = c['d'][0]
sharedSecret = c['s'][0]
except KeyError, e:
raise LocalException('Parameter missing: ' + str(e))