From 69ca9a8f6ab2ef99e30986b958c9eb72dd536bdf Mon Sep 17 00:00:00 2001 From: Emiliano Vavassori Date: Sun, 21 Aug 2022 01:15:13 +0200 Subject: [PATCH] Changed typo. --- pve-vm-python/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pve-vm-python/__main__.py b/pve-vm-python/__main__.py index f9d044e..f7231f9 100644 --- a/pve-vm-python/__main__.py +++ b/pve-vm-python/__main__.py @@ -13,7 +13,7 @@ provider = proxmox.Provider("proxmoxve", "endpoint": conf.pve.url, "insecure": conf.pve.insecure, "username": conf.pve.username, - "password": config.require_secure("password") + "password": config.require_secret("password") } )