From 8a1e883ea47a895335f50917e8c278f677af4959 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 10:43:55 -0500 Subject: [PATCH] testing --- play_group.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/play_group.py b/play_group.py index f8208c1..b43d635 100755 --- a/play_group.py +++ b/play_group.py @@ -76,12 +76,12 @@ class playIPSC(IPSC): if (_ts == 0 and _dst_group in trigger_groups_1) or (_ts == 1 and _dst_group in trigger_groups_2): return ''' - + print(h(_dst_group)) + print(trigger_groups_1) + print(trigger_groups_2) if (_ts == 0 and _dst_group in trigger_groups_1): return - if (_ts == 1 and _dst_group in trigger_groups_2): - print(trigger_groups_2) - print(h(_dst_group)) + if (_ts == 1 and _dst_group 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))