use utf-8 for PGP

This commit is contained in:
Son NK 2020-03-13 12:54:52 +01:00
parent c369742706
commit cf257a92ec
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import gnupg
from app.config import GNUPGHOME
gpg = gnupg.GPG(gnupghome=GNUPGHOME)
gpg.encoding = "utf-8"
class PGPException(Exception):