From a3fa36e74ba75097da642457b9e33dc095217066 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 10:41:54 -0500 Subject: [PATCH] test --- play_group.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/play_group.py b/play_group.py index 2006e10..f8208c1 100755 --- a/play_group.py +++ b/play_group.py @@ -80,6 +80,8 @@ class playIPSC(IPSC): 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)) return logger.info('(Event ID: %s) Playback triggered from TS %s, TGID %s', self.event_id, (_ts +1), int_id(_dst_group))