mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
The consumer hook shouldn't contain the passphrase. That was a bad idea
This commit is contained in:
parent
263d60858f
commit
e0ce2a7656
3 changed files with 8 additions and 12 deletions
|
|
@ -64,7 +64,6 @@ def run_external_script(sender, document, **kwargs):
|
|||
|
||||
Popen((
|
||||
settings.POST_CONSUME_SCRIPT,
|
||||
settings.PASSPHRASE,
|
||||
str(document.id),
|
||||
document.file_name,
|
||||
document.source_path,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue