X-Git-Url: http://git.onelab.eu/?p=sface.git;a=blobdiff_plain;f=sface%2Fxmlrpcwindow.py;h=532c754ad422a8521a95f1fe0739187db32a5629;hp=995b1088c098f0702456c37f8a682dfcaf431d94;hb=4d4409833f71f0be62ba1d5915669fdcff02cecd;hpb=38d5f241770d94bfcea955e889a110acb96ddf81 diff --git a/sface/xmlrpcwindow.py b/sface/xmlrpcwindow.py index 995b108..532c754 100644 --- a/sface/xmlrpcwindow.py +++ b/sface/xmlrpcwindow.py @@ -36,7 +36,7 @@ class XmlrpcReader(): methodName = "" request["args"] = [str(x) for x in pythonParams] - request["methodName"] = methodName # methodNames[0].text + request["methodName"] = methodName return request