mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 01:10:24 -05:00
Return the stations list in getTideStations()
This commit is contained in:
parent
fd3218eb7a
commit
a45db0afb7
@ -36,6 +36,8 @@ def getTideStations():
|
||||
if "TideStation" in i['@key'] and i['@value'] != "":
|
||||
stations.append(i['@value'].split("_")[2])
|
||||
|
||||
return stations
|
||||
|
||||
def getAirportCodes():
|
||||
""" Returns all of the airport identifiers present in the MachineProductCfg """
|
||||
airports = []
|
||||
|
Loading…
x
Reference in New Issue
Block a user