Remove MRZ entry

This commit is contained in:
Mark Jessop 2022-11-12 20:55:22 +10:30
parent 3ef8c21e2d
commit afe35aac03

View File

@ -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"])