debugging, don't use

This commit is contained in:
Cort Buffington 2015-08-12 09:14:45 -05:00
parent 7a4e5fd07d
commit c03cbe48b7
1 changed files with 1 additions and 1 deletions

View File

@ -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
'''