mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 02:12:38 +00:00
create_wanlink fixes perl dict values
This commit is contained in:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user