From c03cbe48b7e6cd1e897896a972bb97d03c618928 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Wed, 12 Aug 2015 09:14:45 -0500 Subject: [PATCH] debugging, don't use --- play_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play_group.py b/play_group.py index 18ee3ba..bed7efd 100755 --- a/play_group.py +++ b/play_group.py @@ -79,7 +79,7 @@ class playIPSC(IPSC): # re-Write the source subscriber ID to that of this program print('source:', h(_src_sub)) print('dest:', h(NETWORK[_network]['LOCAL']['RADIO_ID'])) - _tmp_data = _tmp_data.replace(_src_sub, NETWORK[_network]['LOCAL']['RADIO_ID']) + _tmp_data = _tmp_data.replace(_src_sub, NETWORK[_network]['LOCAL']['RADIO_ID'][1:]) # Re-Write IPSC timeslot value '''