mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 14:55:07 +01:00
Adding some more debugging
This commit is contained in:
parent
9ed8a2b2d7
commit
a846b3f7b8
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ class Consumer(Renderable):
|
|||
|
||||
def _get_greyscale(self, doc):
|
||||
|
||||
self._render(" Generating greyscale image", 2)
|
||||
self._render(" Generating greyscale image from {}".format(doc), 2)
|
||||
|
||||
i = random.randint(1000000, 9999999)
|
||||
png = os.path.join(self.SCRATCH, "{}.png".format(i))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue