mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2024-12-18 20:57:56 +00:00
Merge pull request #137 from projecthorus/dodgy-data-202404
Add more callsigns to blocklist.
This commit is contained in:
commit
2b45e4160c
@ -324,7 +324,7 @@ def telemetry_filter(telemetry):
|
|||||||
else:
|
else:
|
||||||
return (False,f"rdzTTGOsonde branch and version was unable to be determined. We are unsure if this version handles DFM sondes correctly. Please update to master 0.9.3, devel20230427 or later")
|
return (False,f"rdzTTGOsonde branch and version was unable to be determined. We are unsure if this version handles DFM sondes correctly. Please update to master 0.9.3, devel20230427 or later")
|
||||||
# block callsigns
|
# block callsigns
|
||||||
if telemetry["uploader_callsign"] in ["M00ON-5", "LEKUKU", "BS144", "Carlo-12", "GAB1", "FEJ-5", "KR001"]:
|
if telemetry["uploader_callsign"] in ["M00ON-5", "LEKUKU", "BS144", "Carlo-12", "GAB1", "FEJ-5", "KR001", "KR009", "S56FEJ-5"]:
|
||||||
return (False, "Something is wrong with the data your station is uploading, please contact us so we can resolve what is going on. support@sondehub.org")
|
return (False, "Something is wrong with the data your station is uploading, please contact us so we can resolve what is going on. support@sondehub.org")
|
||||||
|
|
||||||
if "dev" in telemetry:
|
if "dev" in telemetry:
|
||||||
|
Loading…
Reference in New Issue
Block a user