The consumer hook shouldn't contain the passphrase. That was a bad idea

This commit is contained in:
Daniel Quinn
2016-04-03 19:35:17 +01:00
parent 263d60858f
commit e0ce2a7656
3 changed files with 8 additions and 12 deletions

View File

@@ -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,