FUCKFUCKFUCKFUCKFUCKFUCKFUCK

This commit is contained in:
April 2022-11-04 20:55:43 -07:00
parent 3cf84b42b7
commit 3c855b469d
No known key found for this signature in database
GPG Key ID: 17A9A017FAA4DE5E

View File

@ -37,6 +37,8 @@ def getMetroCities():
if 'MetroMapCity' in i['@key'] and i['@value'] != "": if 'MetroMapCity' in i['@key'] and i['@value'] != "":
locationIds.append(i['@value'].split("_")[2]) locationIds.append(i['@value'].split("_")[2])
return locationIds
def getTideStations(): def getTideStations():
""" Returns all of the tide stations present in the MachineProductCfg """ """ Returns all of the tide stations present in the MachineProductCfg """
stations = [] stations = []