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

@@ -11,7 +11,6 @@ except ImportError:
from datetime import datetime, timedelta
from collections import namedtuple
from cps import calibre_db
from cps import logger
log = logger.create()