This commit is contained in:
Seting-dev
2025-05-15 10:53:03 +03:00
parent 2f7a0826bf
commit e7d2e0e829
3 changed files with 2 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ while(menu_choice != ""): #main menu loop
cluster_info(base_url , api_key)
if menu_choice == "4":
print("\033[H\033[2J", end="")
print("\033[H\033[2J", end="")
for x in vm_uuids:
vm_info(base_url , api_key , x)