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:
|
||||
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…
x
Reference in New Issue
Block a user