From 7fc619e61908cf19542ff5c9fc8cc077c4fd9de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alo=C3=AFs=20Micard?= Date: Fri, 7 Feb 2025 18:44:02 +0100 Subject: [PATCH] Remove useless comments --- app/__main__.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/__main__.py b/app/__main__.py index a77fc94..ce796a2 100644 --- a/app/__main__.py +++ b/app/__main__.py @@ -376,17 +376,6 @@ def main(): pve_virtual_machine, ) - # TODO: Handle the disk - - # Then create the disks if not exists, update them otherwise - # Then create the network interface if not exists, update them otherwise - # Link the network interface to the range if not exists - - # print(pve_api.nodes(pve_node['node']).qemu(pve_virtual_machine['vmid']).config.get()) - - # if vm['status'] == 'running': - # print(pve_api.nodes(node['node']).qemu(vm['vmid']).agent('network-get-interfaces').get()) - if __name__ == '__main__': main()