cleaned up superfluous spaces

This commit is contained in:
Cort Buffington 2018-03-12 21:26:33 -05:00
parent e8311b1f54
commit 25d6bc08d0

View File

@ -307,7 +307,6 @@ class confbridgeIPSC(IPSC):
# #
# Make a copy of the payload # Make a copy of the payload
_tmp_data = _data _tmp_data = _data
# Re-Write the PEER ID in the IPSC Header: # Re-Write the PEER ID in the IPSC Header:
_tmp_data = _tmp_data.replace(_peerid, _target_system['LOCAL']['RADIO_ID'], 1) _tmp_data = _tmp_data.replace(_peerid, _target_system['LOCAL']['RADIO_ID'], 1)
@ -341,12 +340,11 @@ class confbridgeIPSC(IPSC):
_tmp_data = _tmp_data[:30] + _burst_data_type + _tmp_data[31:] _tmp_data = _tmp_data[:30] + _burst_data_type + _tmp_data[31:]
# Send the packet to all peers in the target IPSC # Send the packet to all peers in the target IPSC
systems[_target['SYSTEM']].send_to_ipsc(_tmp_data) systems[_target['SYSTEM']].send_to_ipsc(_tmp_data)
# #
# END FRAME FORWARDING # END FRAME FORWARDING
# #
# Set values for the contention handler to test next time there is a frame to forward # Set values for the contention handler to test next time there is a frame to forward
_target_status[_target['TS']]['TX_TGID'] = _target['TGID'] _target_status[_target['TS']]['TX_TGID'] = _target['TGID']
_target_status[_target['TS']]['TX_TIME'] = now _target_status[_target['TS']]['TX_TIME'] = now