mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-23 15:06:44 +01:00
Fix: use correct filename with webhook (#9392)
This commit is contained in:
parent
6babc61ba2
commit
7146a5f4fc
1 changed files with 1 additions and 1 deletions
|
|
@ -1162,7 +1162,7 @@ def run_workflows(
|
||||||
) as f:
|
) as f:
|
||||||
files = {
|
files = {
|
||||||
"file": (
|
"file": (
|
||||||
document.original_filename,
|
filename,
|
||||||
f.read(),
|
f.read(),
|
||||||
document.mime_type,
|
document.mime_type,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue