connectors/PYRO/__init__.py
changeset 917 401e44bae7c0
parent 906 de452d65865c
child 923 6ef6e0b3a908
--- 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()