From 0d93bbbccb33d07680350b2f1103a0706f3d9727 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 8 Jan 2022 11:56:29 +0000 Subject: [PATCH] typo --- bridge_master.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge_master.py b/bridge_master.py index c64de38..3803756 100644 --- a/bridge_master.py +++ b/bridge_master.py @@ -1727,7 +1727,7 @@ class routerOBP(OPENBRIDGE): self.STATUS[_stream_id]['crcs'].append(_pkt_crc) - print(self.STATUS[_stream_id]['crcs'] + print(self.STATUS[_stream_id]['crcs']) self.STATUS[_stream_id]['LAST'] = pkt_time