From 2fed2912a868805ffe87ee47975af79ba3511c3a Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 10 Sep 2016 10:51:04 -0500 Subject: [PATCH] fix more stupid typos --- bridge.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bridge.py b/bridge.py index 8b91585..b272bee 100755 --- a/bridge.py +++ b/bridge.py @@ -175,7 +175,7 @@ class bridgeIPSC(IPSC): 'TS2': {'RX_GROUP':'\x00', 'TX_GROUP':'\x00', 'RX_TIME':0, 'TX_TIME':0, 'RX_SRC_SUB':'\x00', 'TX_SRC_SUB':'\x00'} } - last_seq_id = '' + self.last_seq_id = '\x00' # Setup the backup/polite bridging maintenance loop (based on keep-alive timer) @@ -333,8 +333,8 @@ 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 + if last_seq_id != self.seq_id: + last_seq_id = self.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