mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-01-31 07:55:24 +00:00
Remove MRZ entry
This commit is contained in:
parent
3ef8c21e2d
commit
afe35aac03
@ -223,7 +223,6 @@ def telemetry_filter(telemetry):
|
||||
or ("M20" in telemetry["type"])
|
||||
or ("LMS" in telemetry["type"])
|
||||
or ("iMet" in telemetry["type"])
|
||||
or ("MRZ" in telemetry["type"])
|
||||
or ("MTS01" in telemetry["type"])
|
||||
):
|
||||
_id_msg = "Payload ID %s from Sonde type %s is invalid." % (telemetry["serial"], telemetry["type"])
|
||||
|
Loading…
x
Reference in New Issue
Block a user