diff --git a/py-json/create_sta.py b/py-json/create_sta.py index 2054e81e..0cc40273 100755 --- a/py-json/create_sta.py +++ b/py-json/create_sta.py @@ -205,7 +205,7 @@ def main(): json_response = lf_r.getAsJson() if json_response == None: raise Exception("no reponse to: "+url) - port_map = LFUtils.portAliasesInList(json_response) + port_map = LFUtils.portListToAliasMap(json_response) #LFUtils.debug_printer.pprint(port_map) for sta_name in desired_stations: