From 174d74385e765aa0e6ae32caacc34c0f6ece92b9 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 09:36:33 -0500 Subject: [PATCH] debugging, don't use --- play_group.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/play_group.py b/play_group.py index 092f15c..2e21326 100755 --- a/play_group.py +++ b/play_group.py @@ -81,14 +81,14 @@ class playIPSC(IPSC): _tmp_data = _tmp_data.replace(_tmp_data[9:12], _dst_group) # Re-Write IPSC timeslot value + print('start: ', h(_data[17:18])) _call_info = int_id(_data[17:18]) - print('start: ', _call_info) if _ts == 0: _call_info &= ~(1 << 5) elif _ts == 1: _call_info |= 1 << 5 - print('end: ', _call_info) _call_info = chr(_call_info) + print('end: ', h(_call_info)) _tmp_data = _tmp_data[:17] + _call_info + _tmp_data[18:] # Re-Write DMR timeslot value