From 15362a823bdfc82fecbd35e0afec23e334867ee1 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 10 Sep 2016 10:43:40 -0500 Subject: [PATCH] fix stupid typo --- bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge.py b/bridge.py index a206d21..8b91585 100755 --- a/bridge.py +++ b/bridge.py @@ -334,7 +334,7 @@ class bridgeIPSC(IPSC): # Action happens on key up if _burst_data_type == BURST_DATA_TYPE['VOICE_HEAD']: if last_seq_id != seq_id: - last_seq_id = seq_id: + last_seq_id = seq_id logger.info('(%s) GROUP VOICE START: PEER: %s, SUB: %s, TS: %s, TGID: %s', _network, int_id(_peerid), int_id(_src_sub), _ts+1, int_id(_dst_group)) # Action happens on un-key