From a41fde756beb534e67e5bd1b2f81c4c48f0b6a6e Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 10:49:58 -0500 Subject: [PATCH] testing --- play_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index b2c830f..8c6ffe6 100755 --- a/play_group.py +++ b/play_group.py @@ -68,7 +68,7 @@ class playIPSC(IPSC): # def group_voice(self, _network, _src_sub, _dst_group, _ts, _end, _peerid, _data): if _end: - if trigger == True: + if trigger == False: if (_ts == 0 and _dst_group not in trigger_groups_1) or (_ts == 1 and _dst_group not in trigger_groups_2): return else: