changes
This commit is contained in:
@ -43,7 +43,7 @@ class XmlRpcServer(SimpleXMLRPCServer):
|
||||
|
||||
return 'ok'
|
||||
except LocalException, e:
|
||||
return 'nok ' + e.msg
|
||||
return 'not ok ' + e.msg
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user