mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
The consumer hook shouldn't contain the passphrase. That was a bad idea
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user