This commit is contained in:
wn
2008-03-26 13:22:22 +01:00
parent e1b90e1b07
commit a24d366139
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ class XmlRpcServer(SimpleXMLRPCServer):
return 'ok'
except LocalException, e:
return 'nok ' + e.msg
return 'not ok ' + e.msg