Merge branch 'advanova-main'

This commit is contained in:
Victor Zemtsov 2023-06-11 23:13:29 +03:00
commit 61a8f39081
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ def _keepass_socket(kdbx, kdbx_key, sock_path, ttl=60, kdbx_password=None):
)
)
break
conn.send(_resp("fetch", 0, getattr(entry, prop)))
conn.send(_resp("fetch", 0, entry.deref(prop)))
except CredentialsError:
print("%s failed to decrypt" % kdbx)
sys.exit(1)