Fixed bug

This commit is contained in:
Cort Buffington 2015-08-12 10:07:01 -05:00
parent 0076fd5f5a
commit 22fdca6436
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class playIPSC(IPSC):
#
def group_voice(self, _network, _src_sub, _dst_group, _ts, _end, _peerid, _data):
if _end:
if trigger = True:
if trigger == True:
if (_ts == 0 and _dst_group not in trigger_groups_1) or (_ts == 1 and _dst_group not in trigger_groups_2):
return
else: