oubli
This commit is contained in:
parent
2cc93e5dfb
commit
af5b683f35
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ def encrypt(roles, contents):
|
||||||
|
|
||||||
email_recipients = []
|
email_recipients = []
|
||||||
for recipient in recipients:
|
for recipient in recipients:
|
||||||
email, key = allkeys[recipient]
|
key = allkeys[recipient]
|
||||||
if key:
|
if key:
|
||||||
email_recipients.append("-r")
|
email_recipients.append("-r")
|
||||||
email_recipients.append(key)
|
email_recipients.append(key)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue