test2
test3
This commit is contained in:
Seting-dev
2025-05-15 10:48:51 +03:00
parent a885c549cc
commit 2f7a0826bf
3 changed files with 5 additions and 5 deletions

View File

@@ -17,6 +17,7 @@ def vm_info_short(base_url , api_key): #output data pool info
print(" "*16,f"VM {x['verbose_name']}")
print(f"UID: {x['id']}")
print("-" * 41)
#
else:
print(f"Failed to retrieve data {response.status_code}")