From 7b8091d5d4d483c7be190bc47b78bf28c4a223fb Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 16 Jan 2022 21:06:42 +0000 Subject: [PATCH] _ --- hblink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hblink.py b/hblink.py index 6a20ae8..cc75c3f 100755 --- a/hblink.py +++ b/hblink.py @@ -308,7 +308,7 @@ class OPENBRIDGE(DatagramProtocol): _seq = _data[4] _rf_src = _data[5:8] _dst_id = _data[8:11] - _timestamp = data[15:23] + _timestamp = _data[15:23] _bits = _data[23] _slot = 2 if (_bits & 0x80) else 1 #_call_type = 'unit' if (_bits & 0x40) else 'group'