debugging

This commit is contained in:
Cort Buffington 2015-08-12 08:55:53 -05:00
parent fb0b522e17
commit 8d8f5a6eed
1 changed files with 1 additions and 1 deletions

View File

@ -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])