small changes

This commit is contained in:
2024-10-09 20:21:46 +00:00
parent 9feade143d
commit 9b514dd962
2 changed files with 15 additions and 25 deletions

View File

@@ -23,4 +23,4 @@ for node in all_nodes:
node_status = proxmox.nodes(name).status.get()
print(f"Node {name} Status: {node_status}")
# shutdown_pve()
shutdown_pve()