mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
Reapply #5304 fix
This commit is contained in:
parent
4a52fc27d4
commit
4dbf8d7969
1 changed files with 2 additions and 2 deletions
|
|
@ -582,9 +582,9 @@ def run_workflow(
|
|||
document.owner.username
|
||||
if document.owner is not None
|
||||
else "",
|
||||
document.added,
|
||||
timezone.localtime(document.added),
|
||||
document.original_filename,
|
||||
document.created,
|
||||
timezone.localtime(document.created),
|
||||
)
|
||||
except Exception:
|
||||
logger.exception(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue