Add dash in RS-11G type

pull/734/head
Mark Jessop 2022-12-22 16:59:56 +10:30
rodzic 6e2c9bae06
commit 6087f12431
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -211,7 +211,7 @@ class SondehubUploader(object):
elif telemetry["type"] == "RS11G":
_output["manufacturer"] = "Meisei"
_output["type"] = "RS11G"
_output["type"] = "RS-11G"
_output["serial"] = telemetry["id"].split("-")[1]
elif telemetry["type"] == "MRZ":