# SVN changeset patch # User imanay # Date 2013-08-08 21:19:18.734846 # Revision 222 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 221) +++ b/trunk/absroot/source/abspy/bin/server3.py (revision 222) @@ -355,7 +355,7 @@ return self.tx_buffer - def __getControlModuleStatus_old(self, cmd): + def __getControlModuleStatus_old(self, cmd, rx_buffer): all_blocks = "" # enaModules = self.checkAntenna() @@ -365,7 +365,7 @@ if id not in self.enaModules: continue - one_block = self.__ConnectionWithControlModules(self.rx_buffer,cmd,id) + one_block = self.__ConnectionWithControlModules(rx_buffer,cmd,id) all_blocks = all_blocks + one_block #Using tx buffer