summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/19-08-2011/ControllerClass.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/19-08-2011/ControllerClass.py')
-rw-r--r--For Weekly Test/19-08-2011/ControllerClass.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/For Weekly Test/19-08-2011/ControllerClass.py b/For Weekly Test/19-08-2011/ControllerClass.py
index 015312b..8c964ec 100644
--- a/For Weekly Test/19-08-2011/ControllerClass.py
+++ b/For Weekly Test/19-08-2011/ControllerClass.py
@@ -12,7 +12,7 @@ from time import sleep
class test:
- def __init__(self, callFrom, callAdd, accCaller, callTo, recAdd, destNo, accDest):
+ def __init__(self, callFrom, callAdd, accCaller, callTo, destAdd, destNo, accDest):
self.callFrom = callFrom
self.dest = callTo
@@ -27,7 +27,7 @@ class test:
self.resultDest = None
self.testResult = None
self.callAdd = callAdd
- self.recAdd = recAdd
+ self.recAdd = destAdd
self.receiver = None
self.caller = None
self.connected = None