From 8d8f5a6eed3e00427986aa92ead1bf79821936c0 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 08:55:53 -0500 Subject: [PATCH] debugging --- play_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index f7d5492..11cc821 100755 --- a/play_group.py +++ b/play_group.py @@ -76,7 +76,7 @@ class playIPSC(IPSC): _tmp_data = _tmp_data.replace(_peerid, NETWORK[_network]['LOCAL']['RADIO_ID']) # re-Write the source subscriber ID to that of this program - _tmp_data = _tmp_data.replace(_src_sub, NETWORK[_network]['LOCAL']['RADIO_ID']) + #_tmp_data = _tmp_data.replace(_src_sub, NETWORK[_network]['LOCAL']['RADIO_ID']) # Re-Write IPSC timeslot value _call_info = int_id(_data[17:18])