# SVN changeset patch # User imanay # Date 2013-10-06 03:04:19.816137 # Revision 254 Monitoring test Index: trunk/absroot/source/abspy/bin/server3.py =================================================================== diff --git a/trunk/absroot/source/abspy/bin/server3.py b/trunk/absroot/source/abspy/bin/server3.py --- a/trunk/absroot/source/abspy/bin/server3.py (revision 253) +++ b/trunk/absroot/source/abspy/bin/server3.py (revision 254) @@ -288,7 +288,7 @@ def __getControlModuleStatus_new(self, cmd, type): - cm_lst = self.__gettingDataFromControlModules(self, cmd = cmd, rx_buffer = type) + cm_lst = self.__gettingDataFromControlModules(cmd = cmd, rx_buffer = type) out_str = self.__processingCMdata(in_data = cm_lst, type = type) return out_str