fix retry pgp

This commit is contained in:
Son NK 2020-06-12 00:01:21 +02:00
parent 2ef33cc23f
commit 1dc2e9c54f
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ def encrypt_file(data: BytesIO, fingerprint: str) -> str:
load_public_key(mailbox.pgp_public_key)
LOG.d("retry to encrypt")
data.seek(0)
r = gpg.encrypt_file(data, fingerprint, always_trust=True)
if not r.ok: