From ea63cbc9b8d0757a5df243a936bace5e34a38bfc Mon Sep 17 00:00:00 2001 From: nginsburg Date: Mon, 2 May 2022 10:09:06 -0400 Subject: [PATCH] populate was broken --- libpkpass/commands/populate.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libpkpass/commands/populate.py b/libpkpass/commands/populate.py index fcd9139..f3ac4d6 100644 --- a/libpkpass/commands/populate.py +++ b/libpkpass/commands/populate.py @@ -179,8 +179,9 @@ def _decrypt_password_entry(self, password): ) distributor = password.recipients[self.iddb.id["name"]]["distributor"] if not self.args["noverify"]: + print(self.iddb.id) result = password.verify_entry( - self.iddb.id["uid"], + self.iddb.id["name"], self.iddb, distributor, self.iddb.session.query(Recipient)