mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Build the message list correctly. Oops.
This commit is contained in:
parent
ab0986ed42
commit
8fb9d6cce1
@ -35,7 +35,7 @@ def load_config():
|
|||||||
def multi_sign(message="hi", iterations=3, keyid=None, gpg=None):
|
def multi_sign(message="hi", iterations=3, keyid=None, gpg=None):
|
||||||
"""Sign a message several times with a specified key."""
|
"""Sign a message several times with a specified key."""
|
||||||
|
|
||||||
messages = list(message)
|
messages = [message]
|
||||||
|
|
||||||
if not gpg:
|
if not gpg:
|
||||||
gpg = gnupg.GPG(use_agent = True)
|
gpg = gnupg.GPG(use_agent = True)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user