example: group encryption

* Troubleshooting.
This commit is contained in:
Ben McGinnes 2018-03-22 06:18:13 +11:00
parent 7ddff71908
commit 61a988036b

View File

@ -63,7 +63,7 @@ b = a.index(group)
for i in range(len(group_lists[b][1])):
logrus = group_lists[b][1][i]
keys.append(gpg.Context().keylist(pattern=logrus))
keys.append(list(gpg.Context().keylist(pattern=logrus)))
with open(filename, "rb") as f:
text = f.read()