diff --git a/get-lights.py b/get-lights.py index 0543d79..975bf25 100755 --- a/get-lights.py +++ b/get-lights.py @@ -43,7 +43,7 @@ with urllib.request.urlopen(req, context=no_cert_check) as response: json_data = json.loads(content) -print(f"{'ID':>2s}: {'Name':<32} {'State':<5s} Type") +print(f"{'ID':>2s}: {'Name':<32s} {'State':<5s} Type") print ("################################################################################") for key in json_data: if not json_data[key]['state']['reachable']: