@@ -14,8 +14,7 @@ try:
servers = client.servers.get_all()
for server in servers:
print("Servername:", server.name)
print("Servername:", server.status)
print("Servername: %s\t\tStatus: %s" %(server.name ,server.status))
except APIException as e:
print("API Error ", e)
The note is not visible to the blocked user.