mirror of
https://github.com/projecthorus/sondehub-infra.git
synced 2025-04-15 06:36:44 +00:00
Add additional blocked callsign (#100)
Co-authored-by: Mark Jessop <darkside@Marks-MacBook-Pro.local>
This commit is contained in:
parent
ad16ec7b93
commit
76013993f0
@ -296,7 +296,7 @@ def telemetry_filter(telemetry):
|
||||
return (False,f"SondeMonitor version is out of date and doesn't handle DFM radiosondes correctly. Please update to 6.2.8.4 or later")
|
||||
|
||||
# block callsigns
|
||||
if telemetry["uploader_callsign"] in ["M00ON-5", "LEKUKU", "BS144"]:
|
||||
if telemetry["uploader_callsign"] in ["M00ON-5", "LEKUKU", "BS144", "Carlo-12"]:
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user