Skip to content

Commit 2e567fc

Browse files
committed
1 parent 6d2b53c commit 2e567fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/keystore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def can_import(self):
140140
return True
141141

142142
def check_password(self, password):
143-
pubkey = self.keypairs.keys()[0]
143+
pubkey = list(self.keypairs.keys())[0]
144144
self.get_private_key(pubkey, password)
145145

146146
def import_key(self, sec, password):

0 commit comments

Comments
 (0)