1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-14 07:07:39 +00:00

Renamed email to mail due to naming conflict in python2

This commit is contained in:
OzzieIsaacs
2020-08-30 08:49:53 +02:00
parent d406d91856
commit 62dd29d2f3
4 changed files with 2 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ from . import gdriveutils as gd
from .constants import STATIC_DIR as _STATIC_DIR
from .subproc_wrapper import process_wait
from .services.worker import WorkerThread, STAT_WAITING, STAT_FAIL, STAT_STARTED, STAT_FINISH_SUCCESS
from .tasks.email import TaskEmail
from .tasks.mail import TaskEmail
log = logger.create()