fix import error

This commit is contained in:
Son NK 2020-10-26 10:32:56 +01:00
parent b09bb42b2d
commit 6803d4bf42
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from memory_profiler import memory_usage
from app.config import GNUPGHOME
from app.log import LOG
from app.models import Mailbox, Contact
from app.utils import random_string
gpg = gnupg.GPG(gnupghome=GNUPGHOME)
gpg.encoding = "utf-8"