mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 18:46:52 +01:00
update variable names
This commit is contained in:
parent
08988e11f8
commit
0da0b1c062
2 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ class MailDocumentParser(DocumentParser):
|
|||
gotenbergs and sends the html part to a local tika server for text extraction.
|
||||
"""
|
||||
|
||||
gotenberg_server = settings.PAPERLESS_TIKA_GOTENBERG_ENDPOINT
|
||||
tika_server = settings.PAPERLESS_TIKA_ENDPOINT
|
||||
gotenberg_server = settings.TIKA_GOTENBERG_ENDPOINT
|
||||
tika_server = settings.TIKA_ENDPOINT
|
||||
|
||||
logging_name = "paperless.parsing.mail"
|
||||
_parsed = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue