diff -r 697d8b77d716 -r 401e44bae7c0 connectors/PYRO/__init__.py --- a/connectors/PYRO/__init__.py Tue Jan 29 23:41:00 2013 +0100 +++ b/connectors/PYRO/__init__.py Wed Jan 30 18:54:12 2013 +1100 @@ -140,7 +140,7 @@ if self.RemotePLCObjectProxyCopy is None: self.RemotePLCObjectProxyCopy = copy.copy(confnodesroot._connector.GetPyroProxy()) return self.RemotePLCObjectProxyCopy.GetTraceVariables() - GetTraceVariables = PyroCatcher(_PyroGetTraceVariables,("Broken",-1,None,None)) + GetTraceVariables = PyroCatcher(_PyroGetTraceVariables,("Broken",None,None)) def _PyroGetPLCstatus(self): return RemotePLCObjectProxy.GetPLCstatus()