X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=web%2FMonitorWeb%2Fmonitorweb%2Fmonitor_xmlrpc.py;h=08f71bc1b398438d4c68ea9d89db2935aea3801a;hb=cb01884d466b6250c1f7351e3b68c7c8a3699c62;hp=45f5c0115bdcf720a23215cc7d8db4a04513e3fe;hpb=89ab76b4288ddca8f1127d78f6542be3002605d0;p=monitor.git diff --git a/web/MonitorWeb/monitorweb/monitor_xmlrpc.py b/web/MonitorWeb/monitorweb/monitor_xmlrpc.py index 45f5c01..08f71bc 100644 --- a/web/MonitorWeb/monitorweb/monitor_xmlrpc.py +++ b/web/MonitorWeb/monitorweb/monitor_xmlrpc.py @@ -122,7 +122,7 @@ class MonitorXmlrpcServer(object): @export_to_docbook(roles=['tech', 'user', 'pi', 'admin'], accepts=[], returns=Parameter(bool, 'True if successful')) - def upAndRunning(self): + def upAndRunning(self,noop=None): """ This call can indicate to a script whether the server is up and running before trying any more sophisticated operations. """ return True