mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
codestyle
This commit is contained in:
parent
a60a4babf6
commit
9bd0bee2f6
1 changed files with 2 additions and 1 deletions
|
|
@ -133,7 +133,8 @@ class Consumer(LoggingMixin):
|
|||
document_parser.parse(self.path, mime_type)
|
||||
|
||||
self.log("debug", f"Generating thumbnail for {self.filename}...")
|
||||
thumbnail = document_parser.get_optimised_thumbnail(self.path, mime_type)
|
||||
thumbnail = document_parser.get_optimised_thumbnail(
|
||||
self.path, mime_type)
|
||||
|
||||
text = document_parser.get_text()
|
||||
date = document_parser.get_date()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue