From 6355906fd2ba3befc077a270c51ee44e3237dcd9 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Tue, 7 Jan 2020 16:53:45 -0800 Subject: [PATCH] create_wanlink fixes perl dict values --- py-json/create_wanlink.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/py-json/create_wanlink.py b/py-json/create_wanlink.py index 3e1f00e8..beba2e89 100755 --- a/py-json/create_wanlink.py +++ b/py-json/create_wanlink.py @@ -210,6 +210,7 @@ def main(): print("Wanlink is stopped.") print("Wanlink info:") +<<<<<<< HEAD lf_r = LFRequest.LFRequest(base_url+"/wl/wl_eg1") json_response = lf_r.getAsJson() LFUtils.debug_printer.pprint(json_response) @@ -221,6 +222,9 @@ def main(): lf_r = LFRequest.LFRequest(base_url+"/wl_ep/wl_eg1-B") json_response = lf_r.getAsJson() LFUtils.debug_printer.pprint(json_response) +======= + json_response = LFRequest.LFRequest(base_url+"/") +>>>>>>> create_wanlink fixes perl dict values # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - if __name__ == '__main__':