From 14db3529525bc13c7ec31876e1e9dfc31ed2e38e Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Thu, 4 Jun 2020 00:29:39 -0700 Subject: [PATCH] create_sta.py: updates call for ports --- py-json/create_sta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: