diff --git a/src/vault.py b/src/vault.py index 33dc1e2..bbef4d7 100755 --- a/src/vault.py +++ b/src/vault.py @@ -315,8 +315,6 @@ def vault_read(self, value, path, key, full_path=None): print(f"Vault not configured correctly, check VAULT_ADDR and VAULT_TOKEN env variables. {ex}") except Exception as ex: print(f"Error: {ex}") - except Exception as ex: - print(f"ERROR: {ex}") elif self.kvversion == "v2": if self.args.verbose is True: