1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-12-10 02:08:06 +00:00

Update optional-requirements.txt

Bugfix Mail task after convert task
This commit is contained in:
Ozzie Isaacs
2021-03-28 20:29:13 +02:00
parent 3c5bd3a605
commit b17d71e4c3
2 changed files with 8 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ class EmailSSL(EmailBase, smtplib.SMTP_SSL):
class TaskEmail(CalibreTask):
def __init__(self, subject, filepath, attachment, settings, recipient, taskMessage, text):
def __init__(self, subject, filepath, attachment, settings, recipient, taskMessage, text, internal=False):
super(TaskEmail, self).__init__(taskMessage)
self.subject = subject
self.attachment = attachment