commit | 5b16e3b3400f2d470fb2ddf8bbbc532e12199bdd | [log] [tgz] |
---|---|---|
author | Arrobo, Gabriel <gabriel.arrobo@intel.com> | Thu Aug 25 10:01:04 2022 -0700 |
committer | Gabriel Arrobo <gabriel.arrobo@intel.com> | Tue Aug 30 20:12:27 2022 +0000 |
tree | 5ea4255a9abe918553b793df0a0ff0fc45938fb1 | |
parent | 380bb25fbf1f58b8faaf9324f42c5de801f98377 [diff] [blame] |
Updates related to the app's name and its docker file Change-Id: If24c36cd8460be20978236b95547f6a6e03fd84a
diff --git a/network-diag-app.py b/network-diag-app.py index 86d564f..78e74d5 100644 --- a/network-diag-app.py +++ b/network-diag-app.py
@@ -133,7 +133,7 @@ def do_probe(devices): - for imsi_id, device in devices.items(): + for _, device in devices.items(): if device.ip is None: continue if ping(device.ip):