Config Edit changes #8 (#11)

* Issues #8 Config Edit changes

* Patch #8
This commit is contained in:
Seting-dev
2025-05-26 10:28:01 +03:00
committed by GitHub
parent 7e986834f6
commit 96c6e29c00
4 changed files with 39 additions and 6 deletions

View File

@@ -51,5 +51,7 @@ title="[bold magenta]SpaceVM Utility - Main Menu" , subtitle = menu_subtitle, su
data_pools(base_url , api_key)
if menu_choice == "6":
vm_info_short(base_url , api_key)
if menu_choice == "7":
check_api_key(base_url, api_key)
os.system('cls' if os.name=='nt' else 'clear') #clears screen before looping back to main menu
console.print("[red bold]Exiting Utility ")
console.print("[red bold]Exiting Utility ")