mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-06 06:43:54 +00:00
some edits
This commit is contained in:
parent
b5b5562a5d
commit
f6094618d8
4 changed files with 7 additions and 4 deletions
|
|
@ -51,7 +51,7 @@ class Fms:
|
|||
tacticalInfo = data[114:117]
|
||||
fms_id = service + country + location + vehicle + status + direction
|
||||
|
||||
if re.search("[0-9a-f]{8}[0-9a-f]{1}[01]{1}", fms_id):
|
||||
if re.search("[0-9a-f]{8}[0-9a-f][01]", fms_id):
|
||||
logging.debug("found valid FMS")
|
||||
|
||||
bwPacket = packet.Packet()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue