mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
normalize icaos as uppercase
This commit is contained in:
parent
86e606a22e
commit
24a04e297a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue