mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-14 10:36:58 +01:00
remove erroring paramerter
This commit is contained in:
parent
36239ba09f
commit
5bf26369e2
1 changed files with 0 additions and 2 deletions
|
|
@ -417,7 +417,6 @@ class MailAccountHandler(LoggingMixin):
|
|||
override_correspondent_id=correspondent.id if correspondent else None,
|
||||
override_document_type_id=doc_type.id if doc_type else None,
|
||||
override_tag_ids=tag_ids,
|
||||
task_name=message.subject[:100],
|
||||
)
|
||||
processed_attachments += 1
|
||||
|
||||
|
|
@ -483,7 +482,6 @@ class MailAccountHandler(LoggingMixin):
|
|||
else None,
|
||||
override_document_type_id=doc_type.id if doc_type else None,
|
||||
override_tag_ids=tag_ids,
|
||||
task_name=att.filename[:100],
|
||||
)
|
||||
|
||||
processed_attachments += 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue