summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/Advance/SIPHandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/Advance/SIPHandler.py')
-rw-r--r--For Weekly Test/Advance/SIPHandler.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/For Weekly Test/Advance/SIPHandler.py b/For Weekly Test/Advance/SIPHandler.py
index 8802a09..61ca97f 100644
--- a/For Weekly Test/Advance/SIPHandler.py
+++ b/For Weekly Test/Advance/SIPHandler.py
@@ -17,8 +17,8 @@ class Account(pj.AccountCallback):
global current_call
current_call = call
- call_cb = Calling(current_call)
- current_call.set_callback(call_cb)
+ call_cb = Calling(current_call)
+ current_call.set_callback(call_cb)
logger.logEvent(current_call)
@@ -33,7 +33,7 @@ class Account(pj.AccountCallback):
class Calling(pj.CallCallback):
- def __init__(self, call=None):
+ def __init__(self, call=None):
pj.CallCallback.__init__(self, call)
def on_state(self):