From 9803a944b85d7a2a2a36dc9e9154db7620c757b8 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 09:39:25 -0500 Subject: [PATCH] debugging, don't use --- play_group.py | 1 + 1 file changed, 1 insertion(+) diff --git a/play_group.py b/play_group.py index d24bd8e..ab13039 100755 --- a/play_group.py +++ b/play_group.py @@ -57,6 +57,7 @@ class playIPSC(IPSC): # def group_voice(self, _network, _src_sub, _dst_group, _ts, _end, _peerid, _data): if _end: + print('timeslot: ', _ts) if (_ts == 0 and _dst_group in trigger_groups_1) or (_ts == 1 and _dst_group in trigger_groups_2) : logger.info('(Event ID: %s) Playback triggered from TS %s, TGID %s', self.event_id, (_ts +1), int_id(_dst_group))