diff --git a/owrx/aeronautical.py b/owrx/aeronautical.py index 3665ef1..61056c1 100644 --- a/owrx/aeronautical.py +++ b/owrx/aeronautical.py @@ -20,7 +20,7 @@ class AirplaneLocation(LatLngLocation): class IcaoSource(Source): def __init__(self, icao: str, humanReadable: str = None): - self.icao = icao + self.icao = icao.upper() self.humanReadable = humanReadable def getKey(self) -> str: