Return the stations list in getTideStations()

This commit is contained in:
April 2022-10-21 22:36:14 -07:00
parent fd3218eb7a
commit a45db0afb7
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E

View File

@ -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 = []