CALL CONTENTION WORKING!
minor cleanup
This commit is contained in:
parent
66ae5fa873
commit
3cfc058468
@ -216,7 +216,7 @@ if BRIDGES:
|
||||
if _ts == 0:
|
||||
self.ACTIVE_CALLS['TS1'] = _dst_group
|
||||
self.ACTIVE_CALLS['TS1_TIME'] = time()
|
||||
if _ts == 1:
|
||||
elif _ts == 1:
|
||||
self.ACTIVE_CALLS['TS2'] = _dst_group
|
||||
self.ACTIVE_CALLS['TS2_TIME'] = time()
|
||||
|
||||
@ -306,7 +306,7 @@ else:
|
||||
if _ts == 0:
|
||||
self.ACTIVE_CALLS['TS1'] = _dst_group
|
||||
self.ACTIVE_CALLS['TS1_TIME'] = time()
|
||||
if _ts == 1:
|
||||
elif _ts == 1:
|
||||
self.ACTIVE_CALLS['TS2'] = _dst_group
|
||||
self.ACTIVE_CALLS['TS2_TIME'] = time()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user