mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
Fix stupid syntax issue.
This commit is contained in:
parent
40c7f97ff6
commit
10e13aab56
@ -134,7 +134,7 @@ def unwrapper_test(data):
|
||||
if not key_id:
|
||||
key_id = None
|
||||
|
||||
gpg = gnupg.GPG(gnupghome="keys", useagent=True)
|
||||
gpg = gnupg.GPG(gnupghome="keys", use_agent=True)
|
||||
|
||||
print "key input..."
|
||||
input_ = gpg.gen_key_input(key_length = 1, passphrase=pass_phrase)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user