mirror of
https://github.com/mewtek/i2ME-Legacy.git
synced 2025-05-12 09:20:23 -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'] != "":
|
if "TideStation" in i['@key'] and i['@value'] != "":
|
||||||
stations.append(i['@value'].split("_")[2])
|
stations.append(i['@value'].split("_")[2])
|
||||||
|
|
||||||
|
return stations
|
||||||
|
|
||||||
def getAirportCodes():
|
def getAirportCodes():
|
||||||
""" Returns all of the airport identifiers present in the MachineProductCfg """
|
""" Returns all of the airport identifiers present in the MachineProductCfg """
|
||||||
airports = []
|
airports = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user