Fix: SMTP_SUPPORT_PASS Fallback in mailer, scaninput Logging
This commit is contained in:
parent
41a4808ad5
commit
a2d089bce4
2 changed files with 2 additions and 1 deletions
|
|
@ -308,6 +308,7 @@ async def _save_to_paperless(pdf_bytes: bytes, invoice_number: str, filename: st
|
|||
path = os.path.join(scaninput, filename)
|
||||
with open(path, "wb") as f:
|
||||
f.write(pdf_bytes)
|
||||
logger.info(f"PDF gespeichert: {path} ({len(pdf_bytes)} Bytes)")
|
||||
|
||||
paperless_url = os.getenv("PAPERLESS_URL", "")
|
||||
paperless_token = os.getenv("PAPERLESS_TOKEN", "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue