32s in stead of 32

This commit is contained in:
mischa 2019-11-03 22:37:30 +01:00
parent 875f2ac4ee
commit a2baea55fb
1 changed files with 1 additions and 1 deletions

View File

@ -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']: