32s in stead of 32
This commit is contained in:
parent
875f2ac4ee
commit
a2baea55fb
|
@ -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']:
|
||||
|
|
Loading…
Reference in New Issue