mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-07 01:00:09 +01:00
normalize icaos as uppercase
This commit is contained in:
parent
86e606a22e
commit
24a04e297a
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue