From 3c855b469de807fc048868a516fb1aab15c8335a Mon Sep 17 00:00:00 2001 From: April Date: Fri, 4 Nov 2022 20:55:43 -0700 Subject: [PATCH] FUCKFUCKFUCKFUCKFUCKFUCKFUCK --- Util/MachineProductCfg.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Util/MachineProductCfg.py b/Util/MachineProductCfg.py index 0e68b3b..b6d4970 100644 --- a/Util/MachineProductCfg.py +++ b/Util/MachineProductCfg.py @@ -37,6 +37,8 @@ def getMetroCities(): if 'MetroMapCity' in i['@key'] and i['@value'] != "": locationIds.append(i['@value'].split("_")[2]) + return locationIds + def getTideStations(): """ Returns all of the tide stations present in the MachineProductCfg """ stations = []