From 22fdca64366840ed6c67ecb99fef8a6870108932 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 10:07:01 -0500 Subject: [PATCH] Fixed bug --- play_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index 3df52ed..6145e09 100755 --- a/play_group.py +++ b/play_group.py @@ -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: