Skip to content

Commit 94e0ab6

Browse files
committed
fix typo
1 parent 061ee49 commit 94e0ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/keepass_trigger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def extract_password(self, context):
404404
self.print_password(context, history_entry)
405405
objects.extend(current_object.findall("./Group"))
406406

407-
def print_password(self, context, entry):
407+
def print_password(self, context, entries):
408408
for entry in entries.findall("./String"):
409409
key = entry.find("./Key")
410410
value = entry.find("./Value")

0 commit comments

Comments
 (0)