mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-02-07 11:10:16 +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 ("M20" in telemetry["type"])
|
||||||
or ("LMS" in telemetry["type"])
|
or ("LMS" in telemetry["type"])
|
||||||
or ("iMet" in telemetry["type"])
|
or ("iMet" in telemetry["type"])
|
||||||
or ("MRZ" in telemetry["type"])
|
|
||||||
or ("MTS01" in telemetry["type"])
|
or ("MTS01" in telemetry["type"])
|
||||||
):
|
):
|
||||||
_id_msg = "Payload ID %s from Sonde type %s is invalid." % (telemetry["serial"], 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