diff --git a/owrx/aeronautical.py b/owrx/aeronautical.py index 3665ef13..61056c13 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: