markup: attach marked up pdf to email also
This commit is contained in:
@ -67,7 +67,7 @@ def process_attachment(from_address, subject, attachment):
|
||||
if xls_path:
|
||||
# send reply
|
||||
print(f'wrote spreadsheet: {xls_path}')
|
||||
reply(from_address, subject, xls_path)
|
||||
reply(from_address, subject, xls_path, pdf_path)
|
||||
else:
|
||||
# send error
|
||||
print(f'error creating spreadsheet')
|
||||
|
||||
Reference in New Issue
Block a user