mirror of
https://github.com/simple-login/app.git
synced 2026-04-07 19:27:34 +00:00
use utf-8 for PGP
This commit is contained in:
@@ -3,6 +3,7 @@ import gnupg
|
||||
from app.config import GNUPGHOME
|
||||
|
||||
gpg = gnupg.GPG(gnupghome=GNUPGHOME)
|
||||
gpg.encoding = "utf-8"
|
||||
|
||||
|
||||
class PGPException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user