mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9f71cb35ce
commit
b853001297
@ -126,7 +126,8 @@ class Emailer(Thread): # {{{
|
|||||||
try:
|
try:
|
||||||
job.email_sent_callback(job)
|
job.email_sent_callback(job)
|
||||||
except:
|
except:
|
||||||
pass
|
import traceback
|
||||||
|
traceback.print_exc()
|
||||||
|
|
||||||
def send_mails(self, jobnames, callback, attachments, to_s, subjects,
|
def send_mails(self, jobnames, callback, attachments, to_s, subjects,
|
||||||
texts, attachment_names):
|
texts, attachment_names):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user