From 7259f16ec0d282c23a9fa88681e0dcdd187dd522 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 09:04:35 -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 99090c6..341cd7f 100755 --- a/play_group.py +++ b/play_group.py @@ -79,7 +79,7 @@ class playIPSC(IPSC): #_tmp_data = _tmp_data.replace(_src_sub, NETWORK[_network]['LOCAL']['RADIO_ID']) # Re-Write IPSC timeslot value - ''' + _call_info = int_id(_data[17:18]) if _ts == 0: _call_info &= ~(1 << 5) @@ -87,7 +87,7 @@ class playIPSC(IPSC): _call_info |= 1 << 5 _call_info = chr(_call_info) _tmp_data = _tmp_data[:17] + _call_info + _tmp_data[18:] - ''' + # Re-Write DMR timeslot value # Determine if the slot is present, so we can translate if need be '''