From 81c3467ec04f9e42a0518076c7a2a1cb01f776b6 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Mon, 12 Mar 2018 21:29:05 -0500 Subject: [PATCH] Clean up formatting --- confbridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confbridge.py b/confbridge.py index f32171d..a16976a 100755 --- a/confbridge.py +++ b/confbridge.py @@ -340,7 +340,7 @@ class confbridgeIPSC(IPSC): _tmp_data = _tmp_data[:30] + _burst_data_type + _tmp_data[31:] # 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 #