From 9b077fc2f0a8b14ce28de3718dc4f29f22e19f3b Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 10:27:06 -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 6b34765..7e221c6 100755 --- a/play_group.py +++ b/play_group.py @@ -77,7 +77,7 @@ class playIPSC(IPSC): return ''' - if (_ts == 0 and _dst_group not in trigger_groups_1) or (_ts == 1 and _dst_group not in trigger_groups_2): + if (_ts == 0 and _dst_group not in trigger_groups_1) and (_ts == 1 and _dst_group not in trigger_groups_2): return logger.info('(Event ID: %s) Playback triggered from TS %s, TGID %s', self.event_id, (_ts +1), int_id(_dst_group))