diff --git a/hc-login.py b/hc-login.py index abf216d..25f6acb 100755 --- a/hc-login.py +++ b/hc-login.py @@ -313,6 +313,7 @@ def b64random(num): machine = xml2json(features, description) config["description"] = machine["description"] config["features"] = augment_device_features(machine["features"]) + print("Discovered device: "+config["name"]+" - Device hostname: "+config["host"]) with open(devicefile, "w") as f: json.dump(configs, f, ensure_ascii=True, indent=4)