From bbacc86e75ea2540d139bf1ccf8aea92cceb4ae9 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 07:32:31 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- hc-login.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hc-login.py b/hc-login.py index 25f6acb..9bcd3d8 100755 --- a/hc-login.py +++ b/hc-login.py @@ -313,7 +313,7 @@ for app in account["data"]["homeAppliances"]: machine = xml2json(features, description) config["description"] = machine["description"] config["features"] = augment_device_features(machine["features"]) - print("Discovered device: "+config["name"]+" - Device hostname: "+config["host"]) + print("Discovered device: " + config["name"] + " - Device hostname: " + config["host"]) with open(devicefile, "w") as f: json.dump(configs, f, ensure_ascii=True, indent=4)