We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b0c8e6 + edf714d commit eaa53e8Copy full SHA for eaa53e8
aircot/functions.py
@@ -85,7 +85,7 @@ def adsb_to_cot_type(
85
# ADS-B track injected by the FAA via the ADS-B rebroadcast, usually FAA Secondary Radar Mode A/C tracks for safety
86
# and ground vehicles
87
if isinstance(icao, str):
88
- icao = int(f"0x{icao.replace('~', 'TIS-B_')}", 16)
+ icao = int(f"0x{icao.replace('~', '')}", 16)
89
elif isinstance(icao, int):
90
icao = icao
91
0 commit comments