cleaned up superfluous spaces

This commit is contained in:
Cort Buffington 2018-03-12 21:26:33 -05:00
parent e8311b1f54
commit 25d6bc08d0
1 changed files with 5 additions and 7 deletions

View File

@ -307,7 +307,6 @@ class confbridgeIPSC(IPSC):
#
# Make a copy of the payload
_tmp_data = _data
# Re-Write the PEER ID in the IPSC Header:
_tmp_data = _tmp_data.replace(_peerid, _target_system['LOCAL']['RADIO_ID'], 1)
@ -346,7 +345,6 @@ class confbridgeIPSC(IPSC):
# END FRAME FORWARDING
#
# 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_TIME'] = now