mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
...
This commit is contained in:
parent
9f71cb35ce
commit
b853001297
1 changed files with 2 additions and 1 deletions
|
|
@ -126,7 +126,8 @@ def run(self):
|
|||
try:
|
||||
job.email_sent_callback(job)
|
||||
except:
|
||||
pass
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
|
||||
def send_mails(self, jobnames, callback, attachments, to_s, subjects,
|
||||
texts, attachment_names):
|
||||
|
|
|
|||
Loading…
Reference in a new issue