mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
Reapply #5304 fix
This commit is contained in:
@@ -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(
|
||||
|
Reference in New Issue
Block a user