From db489526b14714e4c5a1fcee9945c0320e3ea213 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 10:14:48 -0500 Subject: [PATCH] testing --- play_group.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index b100f33..be663e2 100755 --- a/play_group.py +++ b/play_group.py @@ -51,6 +51,7 @@ filename = '../test.pickle' trigger = True # groups that we want to trigger playback of this file (ts1 and ts2) +# Note this is a python list type, even if there's just one value trigger_groups_1 = ['\x00\x00\x01', '\x00\x00\x0D', '\x00\x00\x64'] trigger_groups_2 = ['\x00\xC0\x30',] @@ -67,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: